Access VBADiscuss using VBA for Access programming.
Welcome to the p2p.wrox.com Forums.
You are currently viewing the Access VBA section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
Would anyone care to provide asssitance on how I may to able to produce a report as if I am creating an excel worksheet based on data entered into my table monthly? Here is an explantion of what I am trying to achieve in Access.
I have 2 tables: One that stores my contacts list, and another that I use to record the date of the courses I conduct for my clients and the number of attendees. the number of courses and dates are not fixed per month and may vary. I have created a form to enter this data and table to store it
Eg.
Client AAA
Course date: 1/2/2009
No of attendees: 3
Client BBB
Course date: 1/2/2009
No of attendees: 5
Client CCC
Course date: 1/2/2009
No of attendees: 1
Client AAA
Course date: 15/2/2009
No of attendees: 2
Client BBB
Course date: 15/2/2009
No of attendees: 4
Client CCC
Course date: 15/2/2009
No of attendees: 1
Client AAA
Course date: 6/3/2009
No of attendees: 3
Client BBB
Course date: 6/3/2009
No of attendees: 5
Client CCC
Course date: 6/3/2009
No of attendees: 7
I would like to create a report that would print out the date of the courses and number of attendees in table form.