L
livin''''life
I am in the Amry and am building a database to make my job a bit easier. I
have a table as follows where the primary key is both Unit and date. I may
have the same unit more than once but with different dates and I may have
multiple units with the same date. Previously I was using only the Unit as
the Primary key but I need to modify this because of the above situation.
Unit Date Arrived Date departed...etc
123AR 2009/09/01 info
123AR 2008/09/01 info
432AR 2009/09/01 info
432AR 2007/01/01 info
On my form, I would like to have a combo box where i can pick one of the
units and display their record. I have the combo box set up to display (in
one column) the unit and the date arrived but it does not seem to work
correctly. Do I need to set this up on a subform so I can link master and
child fields or is there a way to keep it on the form? Thank you for your
help.
have a table as follows where the primary key is both Unit and date. I may
have the same unit more than once but with different dates and I may have
multiple units with the same date. Previously I was using only the Unit as
the Primary key but I need to modify this because of the above situation.
Unit Date Arrived Date departed...etc
123AR 2009/09/01 info
123AR 2008/09/01 info
432AR 2009/09/01 info
432AR 2007/01/01 info
On my form, I would like to have a combo box where i can pick one of the
units and display their record. I have the combo box set up to display (in
one column) the unit and the date arrived but it does not seem to work
correctly. Do I need to set this up on a subform so I can link master and
child fields or is there a way to keep it on the form? Thank you for your
help.