I am not sure that I am posting this in the correct forum, but here it goes.
I am creating a database to track my income. The database includes tables for Employers, Venues and Events and Work Calls, and I have setup forms for entering the data into these tables.
The Events Form allows me to enter the Event Name, Event Start Date, Event End Date, and Employer. I choose the Employer from a combobox that is populated from the Employers Table. These values are stored in the Events Table. The Employer is stored as a FK in the Events Table.
On my Work Calls Form I would like to choose the event with a combobox populated from the Events Table and stored in the Events Table as a FK in the Work Calls Table (easy). I would then enter the Work Call Date from another combobox. What dates show up as choices in the Work Call Date combobox should depend on the Event chosen. I would like the dates in the list to include all dates inclusive of the Event Start Date and Event End Date.
For example if I am working an event that has a Start Date of July 1,2014 and an End Date of July 5, 2014 I would like to have the combobox allow me to choose July 1, July 2, July 3, July 4 or July 5.
I have searched and searched on the web and found nothing. Does anyone have any thoughts on how to accomplish this?
Any help is appreciated.
John V