Fields on form are not allowing data entry and there are no locks,

M

Mary A Perez

The form has text boxes, combo boxes, etc., and I can't figure out why it
won't let me enter data or choose from the combo box etc.
Any ideas what it might be?
Thank you
Mary
 
B

BMore

Mary said:
The form has text boxes, combo boxes, etc., and I can't figure out why it
won't let me enter data or choose from the combo box etc.
Any ideas what it might be?
Thank you
Mary

a) Look in the form properties, Allow Edits must be set to Yes
b) Is the form based on a query, if an aggregate is used in the query, you
won't be able to update or add data

Ben
 
M

Mary A Perez

Thanks Ben
Have a great weekend!

BMore said:
a) Look in the form properties, Allow Edits must be set to Yes
b) Is the form based on a query, if an aggregate is used in the query, you
won't be able to update or add data

Ben
 
Top