My problem is that I'm trying to use a combobox based on one table to automatically insert a value stored in a another table on the form that I'm working on. Right now I have these tables:
tblGrade
tblSqft
Which are linked with a one to many relationship. On the form, I want to be able to select a grade and have the corresponding Sqft fill in automatically. I have cboGradeID and cboSqftID on the form and I can individually select each, but the end user wants the second to automatically update once the first is selected.
I hope that this question makes sense. I've looked around that forum and tried what I've seen, but, none of it has worked. Please, if you do respond, make the response as basic (Barney style) as possible.
Thanks in advance.
tblGrade
tblSqft
Which are linked with a one to many relationship. On the form, I want to be able to select a grade and have the corresponding Sqft fill in automatically. I have cboGradeID and cboSqftID on the form and I can individually select each, but the end user wants the second to automatically update once the first is selected.
I hope that this question makes sense. I've looked around that forum and tried what I've seen, but, none of it has worked. Please, if you do respond, make the response as basic (Barney style) as possible.
Thanks in advance.