Field does'nt show on form when I add another field to a form

  • Thread starter isons via AccessMonster.com
  • Start date
I

isons via AccessMonster.com

Hello all!. I have designed a simple database which keeps records for
Customers, Suppliers & Orders. My problem is that I have just noticed that
order entry form lacks a field "CUSTOMER REF" so I modified the structure of
order table and added up a field Cust_Ref. Now I am trying to put this field
on existing form but I cant see this field in field list. I tried to put a
text label and in data control source property I chose Cust_Ref from order
table but I get error message something like #Name?

Please help
 
J

Jeff L

Look at the record source of your order form. Make sure it is not
based on a query instead of the table you added your field to. If it
is, then you need to include the new field in your query.

Hope that helps!
 

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