View Full Version : Help VB6 + Ms.Access


peace_happy
01-14-2008, 05:56 PM
Hi, I'm trying to make a project for my school assignment. I want to display my data that I previously entered in VB but stored in access. Any idea how to do this? thx

Uncle Gizmo
01-14-2008, 11:26 PM
I would assume that your data is in an MS Access *.mdb File?

If this is the case then open the *.mdb File with MS Access, select a table and then use the auto form wizard, this will get you started I believe.