Thanks, guys, but I would still like to be able to add new records. Maybe if I explain what I'm trying to do.
I have a main form called Client Details each record of which has a unique ID field. I want to open a new form, Contacts, from a button on the main form. The idea is that the new form will show each contact record ID matching the main form's ID field. I want to allow new records to be added and the ID field to be automatically updated with the main form's ID, but not every time the form is opened (ie I don't want to have a record automatically created with just the ID filled in, in case the user doesn't want to add a new record, I want him/her to have to choose to create the new record.)
Does that make any sense at all?