E
Eric
I try to get the value in subform 2. So i go to the table of subform 2
name tbl_Events and create a field name equip and in the lookup i wrote
this query but it still not showing any thing in the field:
SELECT tbl_EquipmentChronology.Equipment1 FROM tbl_EquipmentChronology
WHERE
tbl_events.PPVVOD_Outlet=tbl_EquipmentChronology.Outlet;
There are two sub forms in main form. One has value which are comming
from Table: tbl_EquipmentChronology
Outlet Equipment
2 ABCBCBD
3 DKJDKJD
4 KDJKDJK
Second has also a variable name outlet of table tblEvents. I need help
how to i display the equipment next to the outlet in
2nd subform from first subform. I dont want to save this into table
just need a display in the second subform.
Thanks,
name tbl_Events and create a field name equip and in the lookup i wrote
this query but it still not showing any thing in the field:
SELECT tbl_EquipmentChronology.Equipment1 FROM tbl_EquipmentChronology
WHERE
tbl_events.PPVVOD_Outlet=tbl_EquipmentChronology.Outlet;
There are two sub forms in main form. One has value which are comming
from Table: tbl_EquipmentChronology
Outlet Equipment
2 ABCBCBD
3 DKJDKJD
4 KDJKDJK
Second has also a variable name outlet of table tblEvents. I need help
how to i display the equipment next to the outlet in
2nd subform from first subform. I dont want to save this into table
just need a display in the second subform.
Thanks,