How can I create a customer contract and track earnings, tax, dep.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How can I create a client contract form in access and track all income, tax
collected, deposits and costs in a database? In other words, put in
information on a database which will immediately go into the fields on a
contract that I can then, print out and give to clients.
 
Cjulietttt said:
How can I create a client contract form in access and track all income, tax
collected, deposits and costs in a database? In other words, put in
information on a database which will immediately go into the fields on a
contract that I can then, print out and give to clients.

1) Determine everything that goes on the form (I assume it will be
printed, so this is an Access "Report").
2) Determine everything that you want to track.
3) Design your Tables to hold the data.
4) Design your Queries to retrieve the data.
5) Design the Report, and use the Queries to populate it.
6) Make sure your backup routine is set.
7) Use your completed applications.


To tell you more, I will need more information.


Sincerely,

Chris O.
 
Back
Top