I have a membership application that uses an access database. The DB has two tables, members and expiredMembers. When a member has expired the DB moves the record to the expiredMembers table and creates a new record in the members table.
I need to make a report that will print both members added, as well as expired members for any given three day period.
I'd like this report to print both on the same page provided that neither of the two require too much space. If for example there is an entire page of added members then it needs to continue on the second page and then put expired members under that.
Example....
Members Added:
J. Blow
J. Doe
T. Aikman
L. Allen
Members Expired:
E. Williams
E. Smith
M. Irvin
End of Report
Thanks in advance for your time!
Herbal
I need to make a report that will print both members added, as well as expired members for any given three day period.
I'd like this report to print both on the same page provided that neither of the two require too much space. If for example there is an entire page of added members then it needs to continue on the second page and then put expired members under that.
Example....
Members Added:
J. Blow
J. Doe
T. Aikman
L. Allen
Members Expired:
E. Williams
E. Smith
M. Irvin
End of Report
Thanks in advance for your time!
Herbal