I have a query of "Donations" in a sub form and want to use a combo box to specify all donations having a specific date.
is this a job for VBA code? or is there some other way.
I have uploaded the file.
just open frmQryDonationsByBatchDate and hopefully it will make sense.
I have two related tables
1 Donor and
2 Donations with fields date, donor, fund and amount
I want a form to display donation details in datasheet view of fund and amount for a selected date and donor
Thanks
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...
I have been dabbling with simple MS Access databases for several years but am a novice when it comes to Macros and VB code.
At the moment I am developing a stand alone database in MS Access 2013 to track donations from members.
I enrolled in an online tutorial for Access but am having some...