Data Entry "Property" Not working

G

Guest

I created a form joining two tables via the form wizard function. This type
of form allows fields from one table to automatically populate fields from
the other table within the form (easier than using code). The autopouplate
functions works charmingly, but I do have one problem:

I can't seem to add new records.

In the form properties window under the data tab, "data entry" is set to no.
Additions, deletions, edits are set to yes. Recordset = dynaset. Record
lock = no locks. Fetch defaults = yes.

What property should I adjust/make so that I can use this form to add new
records to this form?

Thank you.
 
D

Dirk Goldgar

jcinn(cylvia) said:
I created a form joining two tables via the form wizard function.
This type of form allows fields from one table to automatically
populate fields from the other table within the form (easier than
using code). The autopouplate functions works charmingly, but I do
have one problem:

I can't seem to add new records.

In the form properties window under the data tab, "data entry" is set
to no. Additions, deletions, edits are set to yes. Recordset =
dynaset. Record lock = no locks. Fetch defaults = yes.

What property should I adjust/make so that I can use this form to add
new records to this form?

Thank you.

Make sure your query includes the primary key field of the table you
want to add records to.
 

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


Top