Help!! Can't enter data

  • Thread starter Thread starter Mark H
  • Start date Start date
M

Mark H

I have a field named "Project Name" an a form that has
invoice information. In my table I have the field
identified as a text field, and in the form I have that
field enabed and not lock. I still am locked out of doing
any data entry. Please Help!!

Thanks!
 
Mark H said:
I have a field named "Project Name" an a form that has
invoice information. In my table I have the field
identified as a text field, and in the form I have that
field enabed and not lock. I still am locked out of doing
any data entry. Please Help!!

Is your form bound directly to the table or to a query that uses the table?
Many queries are not updateable. Does your form have AllowEdits = True?
 
Back
Top