Data entry form

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
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
 
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.
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top