Default Values in Tables

B

BobD

I am trying to create a default value for a field in a
table based on the first 8 digits of a control(ProjectNo)
in a form (frmProjectDetails). The expression I use is
=Left([Forms]![frmProjectDetails]![ProjectNo],8) - when I
try to save the table design it tells me the field cannot
be found. What am I doing wrong?
 
K

Ken Snell

Default Values in a table cannot use external references - to form controls
or to other fields. They must be actual text or numeric values in their own
right.
 

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