Hi,
I could really use your help with getting my query to show the option selected in my print options form.
There is an OPTIONS group that allows the user to select the currency conversion type to use in the query. The user can choose:
Local = 1
USD = 2
Both = 3
I want the selected option to show up in my query so my formulas are calculated based on the currency type needed.
My query request this:
PrintOpt: NZ([Forms]![frm_User Printing]![CurrOpt])
However it brings back nothing from the form. Can someone please tell me what I am doing wrong here?
I use [PrintOpt] in the query like this: IIF([PrintOPt]=1, then ...)
I could really use your help with getting my query to show the option selected in my print options form.
There is an OPTIONS group that allows the user to select the currency conversion type to use in the query. The user can choose:
Local = 1
USD = 2
Both = 3
I want the selected option to show up in my query so my formulas are calculated based on the currency type needed.
My query request this:
PrintOpt: NZ([Forms]![frm_User Printing]![CurrOpt])
However it brings back nothing from the form. Can someone please tell me what I am doing wrong here?
I use [PrintOpt] in the query like this: IIF([PrintOPt]=1, then ...)