Hi everyone,
I have two tables and I want to relate them, in one-to-many relationship.
The structure of those two tables is:
AccountReceiveable:
-ID=AutNumber
-Client=Text
-IDNumber=Number (long integer)
-Amount=currency
...
Payment:
-ID=AutoNumber
-Client=Text
-IDNumber=Number (long integer)
-Amount=Currency
...
What I need is help on how to relate these two tables, for example wich fields to be related, and if you have any suggestions for field DataType.
My goal is to have two tables in which I write the Debts that clients own me (the company) and the other table to write Payments when clients pay, then through the query to have the balance for each client.
If you have any idea how this can be done, please help me. I really need this help.
Thanks a lot.
I have two tables and I want to relate them, in one-to-many relationship.
The structure of those two tables is:
AccountReceiveable:
-ID=AutNumber
-Client=Text
-IDNumber=Number (long integer)
-Amount=currency
...
Payment:
-ID=AutoNumber
-Client=Text
-IDNumber=Number (long integer)
-Amount=Currency
...
What I need is help on how to relate these two tables, for example wich fields to be related, and if you have any suggestions for field DataType.
My goal is to have two tables in which I write the Debts that clients own me (the company) and the other table to write Payments when clients pay, then through the query to have the balance for each client.
If you have any idea how this can be done, please help me. I really need this help.
Thanks a lot.