Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Database Schema Through VB 1

Status
Not open for further replies.

zivrap

Technical User
Aug 10, 2004
31
CA

Hi All,

I have an access 2002 database and vb 6 pro. For one of my vb forms, I want the user to be able to select any field from any table in the database and place it on the form. I was wondering if vb has some sort of database schema explorer which would allow the users to do this(kind of like in crystal reports where you can choose the fileds you want to place on your report).

If this is not possible in vb, would any of you have any suggestions on how I would approach this problem? Thank you for the help.
 

Hi zemp,

Thanks for the link; I saw all the tables and fields in the debugger but I want to be able to allow the user to select fields and place it on the form. Would this be too difficult to do in vb?
 
No it shouldn't be difficult. You now have all the information in a variable. Just use the variable to fill a list box (or other control) that the user can select from.

zemp
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top