Data entry form

C

Chi

My data entry form works well few days ago. However, it is freeze now. I am
unable to enter new data any more. Please show me how to fix the problem.
Thanks
Chi
 
D

Dave

Did you possibly change the value in the "Data Entry" property of the form?
ALSO
Check the DATA PROPERTIES for the form (Enabled, locked)

What exactly do you mean "It Is Feeeze"?
Can you select in the field?

dave
 
O

Ofer Cohen

It's very hard to fix your problem without seeing the form and the
RecordSource of the form.

Check the following
1. The form AllowAdditions Property set to Yes
2. Can you edit record or the problem is with adding records
3. Run the form RecordSource seperatly without the form, can you add record
to it?
That way you can find if the problem with the form or the RecordSource
4. Form AllowEdits Property set to Yes
 
C

Chi

Hi Dave,
The "Data Entry" property is "Yes" in my form.
However, I don't know where I can check the DATA PROPERTIES for the form.


I cann't select the field.
 
Y

Yula

I ran the forms recordsource without the form and I can add records to that,
hance my problem is with the form. How do I fix that?

Thanks,
Yula
 
Top