I have a form with a subform which the user inputs data for various contracts. On the form I have a cmd button. When this button is clicked, I want an input box to appear asking the user to select a table. Now for the funky stuff. I want the imput box to show a combo box instead of a text box. I would also like the combo box to show the Table names from a seperate database.
I thought about creating my own form and having that appear as my input box, that would be fine. But my main problem is having the table names from the other database, show in the combo box.
Is there an easy way to do this.?
Thanks in advance.
I thought about creating my own form and having that appear as my input box, that would be fine. But my main problem is having the table names from the other database, show in the combo box.
Is there an easy way to do this.?
Thanks in advance.