Page 1 of 1

Sorting/displaying part og whole database table

Posted: Sun Sep 11, 2011 4:26 pm
by NewGuy
Hi ..

I have a "members" table in a database on my vb.net ... that by default of cource shows all members in the table .. and you can run through them with the membersbinding.navigator

So .. here is my question

in the table definiton .. i have made 2 columns .. "male" and "female" which is filled out pr. member

The membersbinding.navigator by default shows all members no mater if they are male or female .. but if i add a radio button for male and female on the entry form .. how do i get the membersbinding.navigator to react on this . and only show ex. "males" if the males radio button is selected ?

Any suggestions ?

All the best from NewGuy