O
obembe
I'm creating a database for my coin collection. I want to enter the data by
country, e.g. all coins for Italy, etc.
My two main tables are:-
tblCountry: pkCountryNo (autonumber); CountryName (text)
tblCoin: pkCoinNo (auto); fkCountryNo (long integer); etc.
My Coin form with lookup to countries works fine.
However, I want to create a (vertical) form with an initial lookup to
country, so that the country I choose, e.g. Italy, is displayed then stored.
If any coins exist for Italy, the first one will be displayed in the form.
Any ones I subsequently add will inherit the the looked-up country and be
updated behind the scenes. I won't make the conutry field visible in the
coin form, as it'll be apparent from the country lookup field what I'm
viewing/entering.
I know all the very simple form and query stuff - now I need to get
"intermediate." Any ideas on how I would achieve this?
Regards,
Adetola Obembe.
country, e.g. all coins for Italy, etc.
My two main tables are:-
tblCountry: pkCountryNo (autonumber); CountryName (text)
tblCoin: pkCoinNo (auto); fkCountryNo (long integer); etc.
My Coin form with lookup to countries works fine.
However, I want to create a (vertical) form with an initial lookup to
country, so that the country I choose, e.g. Italy, is displayed then stored.
If any coins exist for Italy, the first one will be displayed in the form.
Any ones I subsequently add will inherit the the looked-up country and be
updated behind the scenes. I won't make the conutry field visible in the
coin form, as it'll be apparent from the country lookup field what I'm
viewing/entering.
I know all the very simple form and query stuff - now I need to get
"intermediate." Any ideas on how I would achieve this?
Regards,
Adetola Obembe.