G
Guest
I have created a data entry form with a combo box field. The form is
designed to do data input for a subscription table. The field I want to fill
is called noticeid. It is an integer field. I fill the combo box by using a
query that links the subscription table (via the notcieid field) to a entryid
field in the notice table. Entryid is a keyed field (integer). The value we
want displayed for the drop down is the noticename field (a text field) in
the notice table. However we want to store the integer in the subscription
table.
All is fine except for the fact that the drop down displays mutliple (many)
values of the same option rather than simply one value for each entry in the
notice table.
I've run into many consistency problems with doing lookups at the table
level. When I created a lookup field in the table, my existing table data
displayed incorrectly (i.e. every value displayed was one number off).
Does anyone have any suggestions or know of references that are helpful in
working with Access projects (.adp files)?
designed to do data input for a subscription table. The field I want to fill
is called noticeid. It is an integer field. I fill the combo box by using a
query that links the subscription table (via the notcieid field) to a entryid
field in the notice table. Entryid is a keyed field (integer). The value we
want displayed for the drop down is the noticename field (a text field) in
the notice table. However we want to store the integer in the subscription
table.
All is fine except for the fact that the drop down displays mutliple (many)
values of the same option rather than simply one value for each entry in the
notice table.
I've run into many consistency problems with doing lookups at the table
level. When I created a lookup field in the table, my existing table data
displayed incorrectly (i.e. every value displayed was one number off).
Does anyone have any suggestions or know of references that are helpful in
working with Access projects (.adp files)?