Default Value Not Working

  • Thread starter Thread starter Robert_DubYa
  • Start date Start date
R

Robert_DubYa

I'm working with a co-workers DB and I'm trying to get default values to
populate in the text box. I can put something very easy in as a default for
the text box like:

="Test"

that does not even work. Any suggestions?

thanks,
Robert
 
Hello Robert.

Robert_DubYa said:
I'm working with a co-workers DB and I'm trying to get default values
to populate in the text box. I can put something very easy in as a
default for the text box like:

="Test"

that does not even work. Any suggestions?

Are you working in a form? Are you looking at a new record?
A default value for a bound textbox affects only the new record.
 

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

Back
Top