Ricardo has attended:
Access VBA course
Access Advanced course
Combo boxes in Data Access Pages
Hi
Once you have created data access page, is it then possible to have that data access page retrieve and display data records using a combo box as a search box? (I.e. is it possible to duplicate the "retrieve-records-based-on-a-combo-box-functionality" in a form, but in a data access page format?)
Thanks
Ricardo
RE: Combo boxes in Data Access Pages
Data access pages are generally very simple in their layout. What I notice about them is that there is no EVENT tab on the properties box, so it is challenging to copy the functionality that you could build into a form using a drop down and command button.
I am not familair with VBA and what it could do in this case.