I have following Tables/Fields
1. tabDonations
ID
DonorID
BDateID
Amount
2. tabDonors
ID
Name
3. tabBatchDate
ID
Date
Process
Donations are entered in Batches by Date
I am creating a Donation Entry Form to perform following
STEPS
1. Select a Batch date already in the BatchDate table
2. Enter several donations with the date selected above.
PROBLEM
How do I Autofill the Batchdate for each new donation?
Thanks in advance for any assistance
Bob
1. tabDonations
ID
DonorID
BDateID
Amount
2. tabDonors
ID
Name
3. tabBatchDate
ID
Date
Process
Donations are entered in Batches by Date
I am creating a Donation Entry Form to perform following
STEPS
1. Select a Batch date already in the BatchDate table
2. Enter several donations with the date selected above.
PROBLEM
How do I Autofill the Batchdate for each new donation?
Thanks in advance for any assistance
Bob