V
Viktor
Hi people, I'm relatively new to access and relational databases and I need a
little help.
I have several tables, and the ones I need help with are the following:
People
========
ID (autonumber)
Name (text)
Last name (text)
Ocupation (text) - this is linked to other table (ocupation (id, ocupation
(text 32))
company (text)
etc...
Companies_type1
-----------------
ID (autonumber)
co_name (text)
etc
Companies_type2
-----------------
ID (autonumber)
co_name (text)
etc...
I'd like to have a single form to input people. (name, last name, ocupation,
company etc)
I'd like the company combobox to be dependent on the value in the ocupation
field (i do this with a combo box, too). In other words, if I select
ocupation A for a new person, then I'd like to see only the companies of
type1 in the combo box for companies, and if I select ocupation B, then I'd
like to see only companies of type2 in the combobox.
Is this possible at all?
Thanks in advance for your time,
Viktor
little help.
I have several tables, and the ones I need help with are the following:
People
========
ID (autonumber)
Name (text)
Last name (text)
Ocupation (text) - this is linked to other table (ocupation (id, ocupation
(text 32))
company (text)
etc...
Companies_type1
-----------------
ID (autonumber)
co_name (text)
etc
Companies_type2
-----------------
ID (autonumber)
co_name (text)
etc...
I'd like to have a single form to input people. (name, last name, ocupation,
company etc)
I'd like the company combobox to be dependent on the value in the ocupation
field (i do this with a combo box, too). In other words, if I select
ocupation A for a new person, then I'd like to see only the companies of
type1 in the combo box for companies, and if I select ocupation B, then I'd
like to see only companies of type2 in the combobox.
Is this possible at all?
Thanks in advance for your time,
Viktor