View Full Version : Field Names in Labels


Xenix
01-28-2002, 01:55 AM
Can anyone show me how to put table names within a text string on my form?

I want: "[Company] is a [Relationship] to [Company2], What is [Company2] to [Company]?"

Thank you for any advice
Mike

Xenix
01-28-2002, 02:29 AM
Ok sorry guys, found it:

=[Forms]![FormName]![FieldName] & " is a " & etc.

for anyone else that wants to do it

Mike