Coding text to display in field

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
 
J

Jeanette Cunningham

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

Jeanette Cunningham MS Access MVP -- Melbourne Victoria Australia
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top