Click here to Skip to main content
15,886,919 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Working in vb .net (VS 2008). I have access db tables that are linked with a PK as first column in each table; tables are Family_Name, Parents, and Children. What I’m trying to do is have a textbox change event filter each DGV’s from the family name entered in textbox. I have drugged all of them from the FPC_dataset onto the form and when I debug all I get is Family Name that filters the Parents but not the children. Is there a way to code the same type of filter with a textbox change event for all tables? Once the filter is done user needs to be able to select a child, which will then add their name along with the Parents name and date/time stamp into a listview or something like that. This is for an after school program, where parents pickup their children by a certain time, if not they are billed extra for that time. I’m new to this detail for programing, trying to learn. Any ideas on how to do this.
Posted
Comments
Basmeh Awad 22-May-13 10:11am    
what have you done uptill now ???can you post your code???
joshrduncan2012 22-May-13 10:20am    
We need to see some effort on your part first before we can help you with what is going wrong.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900