J
JeffP->
Details: I want to take the switchboard CmdArg F_MyForm,YM. I can parse into
two strings; sFormName = "F_MyForm", sAction="YM" as reportCode
I want to open the value of sFormName and pass in YM somehow.
My code in F_MyForm determines the report name from the YM from the
T_Reports tbl, as well as that it's Year & Manufacturer.
Stuck at: Trying to open a dynamically named form and passing in a value,
I've tried setting the Filter value to sAction, which if it would pass in I
could ADO to the T_Reports and get my report name, change the dropdown labels
to Year & Manufacturer and know what lookup values to assign to both.
Yes, One form many reports....
Any clues, links or tips woud be appreciated.
TIA
two strings; sFormName = "F_MyForm", sAction="YM" as reportCode
I want to open the value of sFormName and pass in YM somehow.
My code in F_MyForm determines the report name from the YM from the
T_Reports tbl, as well as that it's Year & Manufacturer.
Stuck at: Trying to open a dynamically named form and passing in a value,
I've tried setting the Filter value to sAction, which if it would pass in I
could ADO to the T_Reports and get my report name, change the dropdown labels
to Year & Manufacturer and know what lookup values to assign to both.
Yes, One form many reports....
Any clues, links or tips woud be appreciated.
TIA