Calendar Add-in
I know a little VBA, but don't know if this is possible. I want to use the calendar to log when taxi journeys are taking place. Where I work, we organise taxi contracts for school students etc. I have a form that has individual month fields (in 'memo' format) where you can type in dates for that month, time of journey for that contract etc. However, it would be much quicker if you could just click on a calendar date, and that date would be added on as a string to the data already in that month field. Is this possible, or even wise? I would also want to keep track of the number of strings added, so that the database could work out the invoice amount for that month automatically. And when the particular month field is selected from the dropdown box, the calendar for that month would also appear.
|