I have tables named "TblWorksOnly" it has id, worktype and workname fields it has 22 fixed records i need ,"TblCustomers" it has Custfullname and id fields ,"TblLocations" it has idloc and LocName fields
and a form named "FRM_TblWorksOnly"
i need code vba to get data automatically from TblworksOnly based on comboboxs "CmbCustFullName", "LocName" ,"Worktype"
how to do this with button for each customer without repetition for one customer
thanks for all
Ahmed Amer
and a form named "FRM_TblWorksOnly"
i need code vba to get data automatically from TblworksOnly based on comboboxs "CmbCustFullName", "LocName" ,"Worktype"
how to do this with button for each customer without repetition for one customer
thanks for all
Ahmed Amer