Shown a table in a form

jack1234

Registered User.
Local time
Today, 15:40
Joined
Jun 2, 2007
Messages
16
I have a table called table1,table2
And I have a form called form1
And I have a dropdownlist that populate all the tables

Now what I want to do is, when the user select the table name of dropdownlist, the table should shown in the form just below the drop down list.
How the table shown is exactly look like when we directly open the table. User are able to see the column name, update the table field, add new table field, etc. The only different is, the table is contained within the form. So, what control should I use? How to bind the table and the control dynamically?
 
I would create a form for each table then drag one form to your main form and give the container a meaningful name. then change the SourceObject to the appropriate form depending on the value selected in the combo box..
 

Users who are viewing this thread

Back
Top Bottom