update 2nd combo box and subform with 1st combo box
HI all.
i am facing a difficult situation. :confused: i have 3 tables thats are:
1.AccountType (AcTypeID, AcTypeName,)
2.Account(AcID, AcTypeID, AcName, AcDetail, AcDate)
3.Payments(AcID, PayID, PayType, PayMode, Amount, PayDate)
i want to...