User Text Entry

SteveF

Registered User.
Local time
Today, 09:24
Joined
Jul 13, 2008
Messages
218
I didn't know where to put this, so I'm trying here.

I suspect it's fairly simple, but I can't find the answer. I want to be able to enter notes into a section on a report, just simple text entry. Could somebody point me in the right direction?

Thanks in advance.
 
If you want to save the data, you'll need to use a form, as reports are snapshots of the data. If you just want the user to enter something that will appear on the report but not get saved, try a textbox with a control source of:

=[Enter your text]
 
Cracked it, thanks :)
 

Users who are viewing this thread

Back
Top Bottom