Does anyone know how I can see a value in my form field text box ?
I tried to add a text box, but the record source doesn't list the variable
I want to see for each record. The variable is the Last Updated Date
for that given record.
How do I get it to show ?
I also tried
= [form name]![variable last update]
but this produced an error.
Thanks -
I tried to add a text box, but the record source doesn't list the variable
I want to see for each record. The variable is the Last Updated Date
for that given record.
How do I get it to show ?
I also tried
= [form name]![variable last update]
but this produced an error.
Thanks -
Comment