Is it possible to use a database field in a label? I know this is possible in a report (it is not a database field though, but you'll get the idea) e.g.
But it does not seem to work the same on a Form. I've got the following code in a label:
with [Return_Type_Name] as the field name.
Is this possible? If so, what do I miss.
Code:
="Page " & [Page] & " of " & [Pages]
But it does not seem to work the same on a Form. I've got the following code in a label:
Code:
="Return Header Notes for " & [Return_Type_Name]
Is this possible? If so, what do I miss.