Hello,
I want help with my ms Access database table. It is for ethernet and television provider.
I have two tables and I want to connect them and to make monthly invoice.
One of the tale is for clients. In it there are 5 fields
· Id client – AutoNumber – PrimaryKey
· Name – ShortText
· Family – ShortText
· City – Number – LookUpWizzard
· Service – Number – LookUpWizzard
The other tale is price + service and it there are 3 fields
· Id_service – AutoNumber – PrimaryKey
· Service – ShortText
· Price - Currency
I have made querie with this two tables and from it report. I want to make every month to come out invoice.
Thank you very much for your help.