how do I retrieve data from a database to display in the fields of an active x control?
Printable View
how do I retrieve data from a database to display in the fields of an active x control?
You can use the Data control and place it on your form, or you could reference the ADO or DAO and dim some variables as Database and REcordSet and retreive those record that way..
I am at work right now so I can not post any examples, but you can search this forum on DAO or ADO or database... :)