Basing A field on another field

D

David S. Zuza

OK, I will try to explain.

I have 3 tables

tblPersonnel
--------------
ID(Autonumber) (Primary Key)
Lname(text)
Fname(text)
Division(text)
Shop(text)

tblDivsion
----------
ID(Autonumber)(Primary Key)
DivID(text)
Division (text)

tblWorkcenter
--------------
ID(Autonumber)(Primary Key)
Div(Number) ( Linked to ID on tblDivision )
WorkCenter(text)

What I want is to be able to have it so that on the tblPersonnel when I
select a division from a combo box. it will populate the workcenter field
with only the workcenters that belong to that division... I know this has to
be very simple, but for that life of me I cannot figure it out...


HELP Please.

thanx
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top