JureVI
Aug 28th, 1999, 02:29 PM
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
Serge
Aug 29th, 1999, 05:32 PM
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
Serge_Dymkov@vertexinc.com
Access8484@aol.com