auto create a record.

J

jfaz

I am quite new to Access and would appreciate any help provided.
I have a form that is created by an update query. I have a subform linked
into my main form which I would like to create 2 records in at the same time
as I run the update query to populate the main form.
I have absolutely no idea how I can achieve this and would be grateful for
any pointers in the right direction.
Thanks in anticipation.
 
K

Klatuu

You cannot create two new records at the same time. You must first create
one record with enough fields populated to satisfy an index or required field
values. You can then create another records after the first record has been
updated the same way.
 
Top