R
Rookie Dan
I have a form where I enter 2 numbers for a beginning
month and day then 2 more for an ending month and day.
A VBA procedure then selects records from table "A" if
the Birthdate field has a month and day between values
entered on a form. It uses a "Do Until rst.EOF()" loop to
inspect each record and it always selects the correct
records.
Now how do I get the selected records to go to an Access
report?
Thanks in advance.
month and day then 2 more for an ending month and day.
A VBA procedure then selects records from table "A" if
the Birthdate field has a month and day between values
entered on a form. It uses a "Do Until rst.EOF()" loop to
inspect each record and it always selects the correct
records.
Now how do I get the selected records to go to an Access
report?
Thanks in advance.