H
Harmannus
Hallo,
I have a mainform with a subform that has a unbound listbox on it.
But...
How can i limit the records shown in the unbound listbox to the selected
record of the main form.
So.
I have lets say 10 projects. On the main Projectform (frmProject) i select
projectnumber 12345. The subform (fsubProjectdata) shows 5 corresponding
records. The unbound listbox on the subform shows all records. How can i
limit the data in the unbound listbox to the 5 corresponding records of the
projectnumber selected on the mainform?
The unbound listbox shows the records of all my projects.
SELECT ProjectID, Projectdate FROM tblProjectData;
Thanx for any tips!
Regards,
Harmannus
I have a mainform with a subform that has a unbound listbox on it.
But...
How can i limit the records shown in the unbound listbox to the selected
record of the main form.
So.
I have lets say 10 projects. On the main Projectform (frmProject) i select
projectnumber 12345. The subform (fsubProjectdata) shows 5 corresponding
records. The unbound listbox on the subform shows all records. How can i
limit the data in the unbound listbox to the 5 corresponding records of the
projectnumber selected on the mainform?
The unbound listbox shows the records of all my projects.
SELECT ProjectID, Projectdate FROM tblProjectData;
Thanx for any tips!
Regards,
Harmannus