i have on a form customers information and i have added a checkbox to the form to make visible these textboxes if additional information is needed for the customer.
question:
how do i make it if a customer needs the checkbox clicked the textboxes will show for only that customer and not all. you see i have an adodc control on the form that gets the information for the other textboxes with access (2000) for the backend. i have put buttons on the form to scroll through the records without using the adodc (which i have made invisible on the form) so when scroll through the records only the ones that have the checkbox checked should show and not all the records i hope i have made sense
I'm using Visual basic 6.0
thanks,
lee123
question:
how do i make it if a customer needs the checkbox clicked the textboxes will show for only that customer and not all. you see i have an adodc control on the form that gets the information for the other textboxes with access (2000) for the backend. i have put buttons on the form to scroll through the records without using the adodc (which i have made invisible on the form) so when scroll through the records only the ones that have the checkbox checked should show and not all the records i hope i have made sense
I'm using Visual basic 6.0
thanks,
lee123
Comment