Hi
I created a database using MSAccess 97 and now I want to open it in VB5 using DBGrid control. How do I do this? Thanks.
Jure
Printable View
Hi
I created a database using MSAccess 97 and now I want to open it in VB5 using DBGrid control. How do I do this? Thanks.
Jure
Drop a Data control on the form. Set the DatabaseName property to point to the database of your choice. Change the Recordsource property to the desired table (or you can use SQL statement there).
Then drop a DBGrid on the form. Change it's DataSource property to Data control.
Press F5 to test your project.
Regards,
------------------
Serge
Software Developer
[email protected]
[email protected]