G
Guest
I am attempting to assign a default value to a field on a form by using the
following expression: =[Forms]![FormName]![FormField]. This expression is
designed to return the values: A, B, C, D, E, or F depending on the active
field on another form from which it is getting this information. The problem
is that it returns only the letter and as we all know text must be surrounded
by quotation marks to be utilized as a default value. I have tried
concantinating the quotation marks to the expression but failed. How can I
have my expression return a value of "A", "B", "C", "D", "E", or "F".
following expression: =[Forms]![FormName]![FormField]. This expression is
designed to return the values: A, B, C, D, E, or F depending on the active
field on another form from which it is getting this information. The problem
is that it returns only the letter and as we all know text must be surrounded
by quotation marks to be utilized as a default value. I have tried
concantinating the quotation marks to the expression but failed. How can I
have my expression return a value of "A", "B", "C", "D", "E", or "F".