G
Guest
After much work have got the following Dsum to work on
the code event of a combo box change:
intRemainingPayment = DSum
("Ammount","tlbPayments","BookingID = " &
FORM_frmSubBookings!BookingID)
I now need to say:
and CustNo (in tlbPayments table) is the same as
FORM_frmCubCustomers.CustNo
Thanks for your help, I am almost there.
the code event of a combo box change:
intRemainingPayment = DSum
("Ammount","tlbPayments","BookingID = " &
FORM_frmSubBookings!BookingID)
I now need to say:
and CustNo (in tlbPayments table) is the same as
FORM_frmCubCustomers.CustNo
Thanks for your help, I am almost there.