Creating an invoice report using a date criteria

Robert C

Registered User.
Local time
Today, 19:05
Joined
Mar 27, 2000
Messages
88
I have a form showing projects and on this a sub form which calculates the number of hours worked on a project on any given day (it uses a simple stop watch routine with start and stop buttons).

What I would like to achieve is to be able to create an invoice report which will show the time worked for any particular month.

I can create a combo box in which I can select from a list of 12 months, but I need to differentiate between the year as well. For example I will want to issue an invoice in January 2006 for December 2005 – how can I do this?

I don’t need the invoice to show every day’s work, just to be able to calculate the total number of hours worked in a particular month.

Any help would be gratefully received

Cheers

Rob
 

Users who are viewing this thread

Back
Top Bottom