springy2003
Instructor
I am quite new to access so I am not sure on how to go about this, or is it remotely possible. I have a form (frmstore) that is use to enter data into a table that I have created (tbltable). One of the field is a primary key (auto number) and the other two are combo box. In the first combo box, there are four option to should from, which is taken from another table (tbltype) using the row source command on the form. The next bit is the tricky bit. I want the next commbo box to take values from a table that is determind by the value in the first combo box. For example, selecting "1" in the first combo box will tell the second combo box to take data from tblone (since tblone has the primary key from tbltype). Selecting "2" will tell second combo box to take data from tbltwo, etc. Is this possible to do??? Do I have to use the auto update function?