hello,
i need to make a form that can select either one of 2 tables as its source.
i'm passing the table's name from a previous form (formA) as an argument of the openform method. I dont know how to tell formB to use that table (argument from formA) as its source...
i dont even know if that's possible
so my questions are:
- how do i dynamically select the source of a form (using an argument from a previous form)
and
- i would also like to know how to make a form that allows the user to select some tables from a list and generate a report out of the selected tables only (i'm guessing i would have to use a query containing all the possible data and then filter it to generate the report)
if this is correct, how do i make a form that allows the user to select the filters to a report?
i know i'm asking alot, but any help would be greatly appreciated...
thank you in advance
i need to make a form that can select either one of 2 tables as its source.
i'm passing the table's name from a previous form (formA) as an argument of the openform method. I dont know how to tell formB to use that table (argument from formA) as its source...
i dont even know if that's possible
so my questions are:
- how do i dynamically select the source of a form (using an argument from a previous form)
and
- i would also like to know how to make a form that allows the user to select some tables from a list and generate a report out of the selected tables only (i'm guessing i would have to use a query containing all the possible data and then filter it to generate the report)
if this is correct, how do i make a form that allows the user to select the filters to a report?
i know i'm asking alot, but any help would be greatly appreciated...
thank you in advance