M
meaghantron
So far, I have a very siplistic DB. I am trying to create a DB that allows me
to enter in and search for information on specific newspaper/journal/media
articles relating to a specific firm. I have created three tables by
importing a previously created excel spreadsheet and using the table wizard.
The tables are as follows:
table one: Article
fields: ID [autonumber/primary key], Date, Summary, PDF attachment, and
lookups to the other two tables.
table two: Author
fields: ID [autonumber/foreign key], Author Name
table three: Newspaper
fields: ID [autonumber/foreign key], Publisher, Location
the relationships are one (Newspaper, Author) to many (Article)
i have a form to allow data entry into each of these fields with the author,
publisher and location fields each containing a combo box with the option of
'limit to list' turned off.
here is the problem: whenever i enter an author, publisher or location that
already exists on the list/in these tables, instead of attributing that
article to that author ID (for example) it creates a new record of that
author with a new ID number. how can i create a situation where i can
attribute a new article record to an existing author, publisher, and location
record by using the same form?
thx
to enter in and search for information on specific newspaper/journal/media
articles relating to a specific firm. I have created three tables by
importing a previously created excel spreadsheet and using the table wizard.
The tables are as follows:
table one: Article
fields: ID [autonumber/primary key], Date, Summary, PDF attachment, and
lookups to the other two tables.
table two: Author
fields: ID [autonumber/foreign key], Author Name
table three: Newspaper
fields: ID [autonumber/foreign key], Publisher, Location
the relationships are one (Newspaper, Author) to many (Article)
i have a form to allow data entry into each of these fields with the author,
publisher and location fields each containing a combo box with the option of
'limit to list' turned off.
here is the problem: whenever i enter an author, publisher or location that
already exists on the list/in these tables, instead of attributing that
article to that author ID (for example) it creates a new record of that
author with a new ID number. how can i create a situation where i can
attribute a new article record to an existing author, publisher, and location
record by using the same form?
thx