MS time and billing template

  • Thread starter mdooley via AccessMonster.com
  • Start date
M

mdooley via AccessMonster.com

Has anyone ever used/familiar with the already built time and billing db
template that you can download from MS site? I have customized it but I can
not get the invoice to print correctly. It pulls mulitple transactions from
mulitple customers. I can't get it to just pull one customer invoice at a
time. And it will only show me the first and last customer in the db; I
can't get it to just print an invoice for a specific customer. Any ideas?
Any help is appreciated.

Melinda
 
J

June7

I filter my reports for a specific record by using the Where argument of the
OpenReport command.
DoCmd.OpenReport "reportname", , , ,"custID='" & strID & "'"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top