J
Jeremy Ellison
I am trying to use a list box in a subform that is populated with some data
from the subform. The subform is linked to the main form by PersonID, I have
this code in the Row Source:
SELECT tblPerson.PersonID, tblEvent.Date, tblEvent.Time, tblEvent.InputID,
tblEvent.personID FROM tblPerson INNER JOIN tblEvent ON
tblPerson.PersonID=tblEvent.personID;
It works but when I switch people on the main form, the list doesn't
change...I think I am just missing something to tell it to look at what
person is displayed????
I'm sure it's simple.. can someone help?
from the subform. The subform is linked to the main form by PersonID, I have
this code in the Row Source:
SELECT tblPerson.PersonID, tblEvent.Date, tblEvent.Time, tblEvent.InputID,
tblEvent.personID FROM tblPerson INNER JOIN tblEvent ON
tblPerson.PersonID=tblEvent.personID;
It works but when I switch people on the main form, the list doesn't
change...I think I am just missing something to tell it to look at what
person is displayed????
I'm sure it's simple.. can someone help?