titan2000_99
03-06-2001, 05:30 PM
I hope that someone can help me out. I need to create a form with a combo box on top. The combo box choices are basically different master table names. When the user picks a specific table, it will show the whole datasheet at the below for editting. For instance, if I have 3 tables called "Category", "Products" & "Price_info." In the combo box, if a user chooses "Products", the whole datasheet for the "Products" table will appear underneath the combo box. If the user changes it to "Category", the datasheet for that table will appear. Do I need to write any VB? If so, how and what? Thanks so much.