E
Eric
Why it gives that error. Both tables have same type of number
Data type mismatch
qry = "SELECT tbl_EquipmentChronology.Equipment1 FROM
tbl_EquipmentChronology WHERE tbl_EquipmentChronology.Outlet = '" &
Forms!tbl_PPVResearch_Edit!frm_Events!PPVVOD_Outlet & "';"
Set rst = CurrentDb.OpenRecordset(qry)
tbl_EquipmentChronology
Outlet Number
tbl_Events
PPVVOD_Outlet Number
Type of PPVVOD_Outlet was text then i change it with number but i did
nothing in the form. Is there is any thing which i do in the subform
too?
Data type mismatch
qry = "SELECT tbl_EquipmentChronology.Equipment1 FROM
tbl_EquipmentChronology WHERE tbl_EquipmentChronology.Outlet = '" &
Forms!tbl_PPVResearch_Edit!frm_Events!PPVVOD_Outlet & "';"
Set rst = CurrentDb.OpenRecordset(qry)
tbl_EquipmentChronology
Outlet Number
tbl_Events
PPVVOD_Outlet Number
Type of PPVVOD_Outlet was text then i change it with number but i did
nothing in the form. Is there is any thing which i do in the subform
too?