Coding text to display in field

  • Thread starter Thread starter Pamela
  • Start date Start date
P

Pamela

I have a large amount of text to concatentate and Dlookup that I want then
displayed in an unbound text box on my form. I am not being able to get any
text to display in my box. Right now, I've started with just displaying
basic text and here's that code:

strText = "Inspected Vehicle"

I have this on the On Enter event of the field. Any help to get it to
display the text would be greatly appreciated!!

Pamela
 
Me.[NameOfTheTextBox] = "Inspected Vehicle"
Put the code in the load event for the form.

Jeanette Cunningham MS Access MVP -- Melbourne Victoria Australia
 
Back
Top