Data Entry Form

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
 
K

Klatuu

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

John W. Vinson

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