K
Ken Ivins
I have 2 tables. tblSubscribers that has a one to many relationship with
tblBilling that are linked by suID to biSubscriberId.
I have a form frmQuickDrop that is formed by qryQuickDrop (made up of both
tables). The form will have multiple records of an individual subscriber (if
they have multiple bills). I have one check box named suActive on the field.
What I like to do is unselect those suActive with the bill numbers
(biBillID) I like to delete all at once with the click of the button
cmdDeleteBill.
Can I do this or is that a problem?
Thanks,
Ken Ivins
tblBilling that are linked by suID to biSubscriberId.
I have a form frmQuickDrop that is formed by qryQuickDrop (made up of both
tables). The form will have multiple records of an individual subscriber (if
they have multiple bills). I have one check box named suActive on the field.
What I like to do is unselect those suActive with the bill numbers
(biBillID) I like to delete all at once with the click of the button
cmdDeleteBill.
Can I do this or is that a problem?
Thanks,
Ken Ivins