T
terrytech
Hi,
I am trying to pass a value to a string expression so that I can get a note
to display saying, for example, "The last form number used was 12." (with12
being an example of the value passed from a query qryMaxFormNumber, where the
Total of the FormNumber field is set to Max).
I have tried writing a query which concatenates "The last form number used
was"&" "&[qryMaxFormNumber]![MaxOfFormNumber]&"." , but then I get an "Enter
Parameter Value" screen where it asks for [qryMaxFormNumber]![MaxOfFormNumber]
.. Having to look up and enter the value defeats the whole purpose of the
query.
I realize I am a rank beginner if I can't figure this out on my own, but
would appreciate help!
Thanks in advance,
Terrytech
I am trying to pass a value to a string expression so that I can get a note
to display saying, for example, "The last form number used was 12." (with12
being an example of the value passed from a query qryMaxFormNumber, where the
Total of the FormNumber field is set to Max).
I have tried writing a query which concatenates "The last form number used
was"&" "&[qryMaxFormNumber]![MaxOfFormNumber]&"." , but then I get an "Enter
Parameter Value" screen where it asks for [qryMaxFormNumber]![MaxOfFormNumber]
.. Having to look up and enter the value defeats the whole purpose of the
query.
I realize I am a rank beginner if I can't figure this out on my own, but
would appreciate help!
Thanks in advance,
Terrytech