Data Entry Form

  • Thread starter Thread starter Chi
  • Start date Start date
C

Chi

Hi,

I created a form to use for viewing currently records and entering new data.

This time, the form doesn't allow me to enter new data. In fact, all text
boxes didn't let me to enter new information.

Please help
Thanks
Chi
 
Several things to check:

In form properties:
Allow Additions = Yes
Allow Edits = Yes

If the form's record source is a query, be sure the query is updatable.
 
Hi,

I created a form to use for viewing currently records and entering new data.

This time, the form doesn't allow me to enter new data. In fact, all text
boxes didn't let me to enter new information.

What is the Recordsource of the form? If it's a Query, check to see if the
query is updateable. If it's not, search the help for "updateable" to find
some possible reasons, or open the query in SQL view and post the SQL text
here.
 

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

Similar Threads

Data entry form 4
Auto-fill 5
Deleting records 4
Save data entered into a form 5
Row source of combo box 2
Cannot Get Blank Form To Open For NEW Data Entry 7
Data Availability - Timing 6
new records 2

Back
Top