Access 2000

  • Thread starter Thread starter lornajazz
  • Start date Start date
L

lornajazz

Designing new database... when creating text box, getting "error" appearing
as #Name?. if text is able to be written in this box, the entry appears on
ALL pages in the database. How do I correct this issue?
 
If you are getting #name that means the database cannot find the source for
that textbox. Make sure it has a source on a table or query then right click
 
Designing new database... when creating text box, getting "error" appearing
as #Name?. if text is able to be written in this box, the entry appears on
ALL pages in the database. How do I correct this issue?

The textbox needs to be bound to a table field.

Are you perhaps making the rather common error of creating a Form first?
Don't. Forms are *just tools*, windows onto the data in Tables. You must
create and properly relate your tables first, and *then* base forms on those
Tables.
 

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