cclark9589
Registered User.
- Local time
- Today, 09:54
- Joined
- Sep 22, 2008
- Messages
- 79
Basically what I'm trying find out and haven't been able to find a specific answer to is whether or not I can create a report from a form?
The Clients form has a subform that lists all current jobs which can be in various stages. Each job displays the current billable info; accounting fees and expenses. Once a job is either completed, cancelled or referred I need to create an invoice for that job and bill it out.
I created a dblClick event on the Clients subform that opens the relevant Job form. On the Job form there is some additional information that needs to be entered such as updating the status of the job (completed, etc.), fieldwork date, report date, and time period looked at. Additionally, I may have to adjust the billable fees for one reason or another.
Once I finish entering this information I want to print the invoice based on this form. Can I create the report based on the form or must I do it based on a table or query?
Secondary question concerning the dblClick event. Is there some way of doing this based on the line rather than a particular field in the line? The only way I can currently see to this is by creating a dblClick event for each of the fields which seems to be rather redundant.
Sign me; "Learning, but still a dummy!"
Thanks in advance.
The Clients form has a subform that lists all current jobs which can be in various stages. Each job displays the current billable info; accounting fees and expenses. Once a job is either completed, cancelled or referred I need to create an invoice for that job and bill it out.
I created a dblClick event on the Clients subform that opens the relevant Job form. On the Job form there is some additional information that needs to be entered such as updating the status of the job (completed, etc.), fieldwork date, report date, and time period looked at. Additionally, I may have to adjust the billable fees for one reason or another.
Once I finish entering this information I want to print the invoice based on this form. Can I create the report based on the form or must I do it based on a table or query?
Secondary question concerning the dblClick event. Is there some way of doing this based on the line rather than a particular field in the line? The only way I can currently see to this is by creating a dblClick event for each of the fields which seems to be rather redundant.
Sign me; "Learning, but still a dummy!"
Thanks in advance.