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
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
> 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
Chi - 27 Jun 2007 19:42 GMT
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.
> Did you possibly change the value in the "Data Entry" property of the form?
> ALSO
[quoted text clipped - 9 lines]
> > Thanks
> > Chi
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

Signature
Good Luck
BS"D
> 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
Yula - 01 Aug 2007 20:12 GMT
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
> It's very hard to fix your problem without seeing the form and the
> RecordSource of the form.
[quoted text clipped - 11 lines]
> > Thanks
> > Chi