M
Mark
I have a form in which I want to put the results of a query. Normally, I'd
create another form using the autoform: datasheet wizard and then attach that
subform in my main form.
However, this time, I have a drop down of a list of tables names and
depending on which table name the user selects, I want to show the data for
that table. Note, these tables are not bound to the form. The form itself is
not bound to any tables.
How would I go about doing that? I don't want to use docmd.opentable,
because it opens up another window.
Thanks much!
-Mark
create another form using the autoform: datasheet wizard and then attach that
subform in my main form.
However, this time, I have a drop down of a list of tables names and
depending on which table name the user selects, I want to show the data for
that table. Note, these tables are not bound to the form. The form itself is
not bound to any tables.
How would I go about doing that? I don't want to use docmd.opentable,
because it opens up another window.
Thanks much!
-Mark