|
-
Aug 28th, 1999, 02:29 PM
#1
Thread Starter
Junior Member
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
-
Aug 29th, 1999, 05:32 PM
#2
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]
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|