G
Guest
Hello,
I've encounter a problem with a subform.
Every time I scroll trough the records on my main form, I expect the data in
the subforms will be adjusted automatically.
I used the toolbox to add subforms onto the main form.
The child and master are set up for these subform that uses data out of
another table. I also setup the relation via the Relationships.
Here is the query that selects the data:
SELECT Tbl_1_BSPOL76.plannr, Tbl_1_BSPOL76.datsnpl, Tbl_1_BSPOL76.aantal,
Tbl_1_BSPOL76.kwal6
FROM Tbl_1_BSPOL76
WHERE (((Tbl_1_BSPOL76.mabc)=[Forms]![Frm_1_Minfs]![Mabc8]));
Frm_1_Minfs is my main form.
After scrolling ttrough the table and positioning the mouse on the data area
of the subform and push F9 to refresh, the correct data does appear.
What can be wrong here? How do I get it synchronised automatically?
I've encounter a problem with a subform.
Every time I scroll trough the records on my main form, I expect the data in
the subforms will be adjusted automatically.
I used the toolbox to add subforms onto the main form.
The child and master are set up for these subform that uses data out of
another table. I also setup the relation via the Relationships.
Here is the query that selects the data:
SELECT Tbl_1_BSPOL76.plannr, Tbl_1_BSPOL76.datsnpl, Tbl_1_BSPOL76.aantal,
Tbl_1_BSPOL76.kwal6
FROM Tbl_1_BSPOL76
WHERE (((Tbl_1_BSPOL76.mabc)=[Forms]![Frm_1_Minfs]![Mabc8]));
Frm_1_Minfs is my main form.
After scrolling ttrough the table and positioning the mouse on the data area
of the subform and push F9 to refresh, the correct data does appear.
What can be wrong here? How do I get it synchronised automatically?