Table field in label

scheeps

Registered User.
Local time
Tomorrow, 10:40
Joined
Mar 10, 2011
Messages
82
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.
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]
with [Return_Type_Name] as the field name.

Is this possible? If so, what do I miss.
 
You can use a textbox instead of a label. You can format it to look the same.
 
Thanks Paul.

Any idea which format properties to use? I've tried most of them but can't seem to change the text box to look like a label.
 
I need to run to a meeting, but I'm thinking things like back color, back style, border, etc.
 

Users who are viewing this thread

Back
Top Bottom