W
Wim VAN PAEPEGEM
Dear all,
I am developing a database for a scientific conference. I have 3
related tables:
* table "paper" (fields: title, abstract, filename, session, etc.)
* table "author" (fields: last name, first name, e-mail, affiliation,
etc.)
* table "authors_per_paper" (links the ID paper with several ID's
author)
You can enter the details of the paper in a form, and in a subform of
this form, the authors list is entered for that particular paper. The
author fields are not defined as lookup lists, but as text boxes. If I
enter an author name that is already authoring another paper, a record
already exists in the table "author" and I get an error that duplicate
entries exist in the table "author". What is an elegant way to select
that existing record (with the correct ID) then in the table "author",
while keeping the functionality to enter new records for the other
author names ?
It is a sort of "Autocomplete" function, like in Excel. If the record
already exists, it is correctly referred to, and otherwise, a new
value is entered.
With best regards,
Wim Van Paepegem
I am developing a database for a scientific conference. I have 3
related tables:
* table "paper" (fields: title, abstract, filename, session, etc.)
* table "author" (fields: last name, first name, e-mail, affiliation,
etc.)
* table "authors_per_paper" (links the ID paper with several ID's
author)
You can enter the details of the paper in a form, and in a subform of
this form, the authors list is entered for that particular paper. The
author fields are not defined as lookup lists, but as text boxes. If I
enter an author name that is already authoring another paper, a record
already exists in the table "author" and I get an error that duplicate
entries exist in the table "author". What is an elegant way to select
that existing record (with the correct ID) then in the table "author",
while keeping the functionality to enter new records for the other
author names ?
It is a sort of "Autocomplete" function, like in Excel. If the record
already exists, it is correctly referred to, and otherwise, a new
value is entered.
With best regards,
Wim Van Paepegem