P
PaleRider
Hi,
I would like to open a report for delinquent bills from a combo box where
the choices are to see only records where bills are delinquent 1-7 days, 1-30
days, 1-60 days or ALL records. How to code combo box to do this?
(tblMain)
Main_ID = autonumber
FName = text
LName = text
Phone = text
ClaimNo = text
DatePaid = DATE/TIME
AmtDue = number
DaysLate = number
Notes = memo
(qryResidents)
includes all fields in tblMain
(frmResidents)
cboDaysLate = control linked to tblMain, DaysLate
(rptResidents)
Control Source = qryResidents
Let me know if you need more info. Thank you for your time.
I would like to open a report for delinquent bills from a combo box where
the choices are to see only records where bills are delinquent 1-7 days, 1-30
days, 1-60 days or ALL records. How to code combo box to do this?
(tblMain)
Main_ID = autonumber
FName = text
LName = text
Phone = text
ClaimNo = text
DatePaid = DATE/TIME
AmtDue = number
DaysLate = number
Notes = memo
(qryResidents)
includes all fields in tblMain
(frmResidents)
cboDaysLate = control linked to tblMain, DaysLate
(rptResidents)
Control Source = qryResidents
Let me know if you need more info. Thank you for your time.