N
NickW
I have two tables, one is contacts (with ID # as key), second is Events (with
eventID # as key). I currently have them set up as a relationship one to
many. From ID on caontact table to ID on events table. I also have a query
that does what it's supposed to, as long as I enter the information in the
table instead of a form. I would like to be able to enter into a form, the
contact ID #, then have it automatically create a new EventID, then I fill in
the rest of the information which needs to go on the events table. It
works... a little bit. I have a form, based on the query, but when I enter a
contact ID, it says that it's trying to create a duplicate key value and it
can't do it. I don't want it to create anything in the contact table, just
use information from it. Hopefully someone can help
eventID # as key). I currently have them set up as a relationship one to
many. From ID on caontact table to ID on events table. I also have a query
that does what it's supposed to, as long as I enter the information in the
table instead of a form. I would like to be able to enter into a form, the
contact ID #, then have it automatically create a new EventID, then I fill in
the rest of the information which needs to go on the events table. It
works... a little bit. I have a form, based on the query, but when I enter a
contact ID, it says that it's trying to create a duplicate key value and it
can't do it. I don't want it to create anything in the contact table, just
use information from it. Hopefully someone can help