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

  • Thread starter Thread starter isons via AccessMonster.com
  • Start date 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
 
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!
 
Back
Top