M
msam137
I have seen different ways this question was answered but it seems to
be a different answer based on the way the databases are set up.
I have 2 databases 1 with a list of names and id numbers,the other
database with information about the names.
In tbl1 the names is the primary key and the id number I am using auto-
number
In tbl2 we can say there is information about each name but there can
be multiple entry for each name as of right now no primary key for
this table.
The relation ship is bound by the name.
I have a form which record source is tbl2 which will allow user to
input data for a name, the problem is I can only save the record if
they are putting in information for a name that already exist in tbl1.
I need to know how to add new names with information and get them an
incremented id number.
be a different answer based on the way the databases are set up.
I have 2 databases 1 with a list of names and id numbers,the other
database with information about the names.
In tbl1 the names is the primary key and the id number I am using auto-
number
In tbl2 we can say there is information about each name but there can
be multiple entry for each name as of right now no primary key for
this table.
The relation ship is bound by the name.
I have a form which record source is tbl2 which will allow user to
input data for a name, the problem is I can only save the record if
they are putting in information for a name that already exist in tbl1.
I need to know how to add new names with information and get them an
incremented id number.