Hello,
I would like to store some default text in a settings table.
For example I would store: ="Hello" & [FirstName] & " " & "[LastName]"
I was hoping when the record was displayed in a textbox on a form it would give me the result: Hello John Smith
Unfortunately it just shows the value: "Hello" & [FirstName] & " " & "[LastName]"
Is there anyway around this?
Many thanks Mark
I would like to store some default text in a settings table.
For example I would store: ="Hello" & [FirstName] & " " & "[LastName]"
I was hoping when the record was displayed in a textbox on a form it would give me the result: Hello John Smith
Unfortunately it just shows the value: "Hello" & [FirstName] & " " & "[LastName]"
Is there anyway around this?
Many thanks Mark