A
Anthony Joseph
I have a database in which my Invoice table has a unique Invoice ID. The
corresponding Delivery note number is mentioned in the same table. A single
Invoice ID may have mulitple Delivery Note Nos as invoicing for many
customers is done at the end of the month though delivery of goods is done
multiple times during the month. In such instances the delivery note numbers
are seperated by commas. It might also happen that a single Delivery note has
items mentioned in it split into two invoices.
Kindly note that the delivery notes are handwritten on preprinted sequential
numbered book and the data is entered in Invoice table for reference purpose.
I would like to ensure that all the delivery note that has been issued for
the month has been invoiced.
For example DO's issued for the month is from 1000 to 1025.
In the Invoice table the entries might be as follows
Invoice No - Delivery Note
1 1000
2 1002,1003,1010
3 1004,1009
4 1006,1025
5 1008,1023
6 1011,1012,1013,1014,1015,1016,1017
7 1018,1019,
8 1021
So I want to find out if I enter a criteria of search for missing Delivery
Note between 1000 - 1025, the system should list 1005,1007,1020,1022,1024 as
deliverynote that has not been invoiced.
It would be much better if it can tabulate this result that shows the
delivery note nos in a sequential order in a single column, matched by
corresponding Invoice number and then I can add the customer name to that
row. In this case the blank Invoice ID corresponding to the DO nos will let
me know which DO's have not been invoiced.
Many thanks in advance, especially for the patience in reading this query. I
am quite a newbie on access with not much programming experience.
corresponding Delivery note number is mentioned in the same table. A single
Invoice ID may have mulitple Delivery Note Nos as invoicing for many
customers is done at the end of the month though delivery of goods is done
multiple times during the month. In such instances the delivery note numbers
are seperated by commas. It might also happen that a single Delivery note has
items mentioned in it split into two invoices.
Kindly note that the delivery notes are handwritten on preprinted sequential
numbered book and the data is entered in Invoice table for reference purpose.
I would like to ensure that all the delivery note that has been issued for
the month has been invoiced.
For example DO's issued for the month is from 1000 to 1025.
In the Invoice table the entries might be as follows
Invoice No - Delivery Note
1 1000
2 1002,1003,1010
3 1004,1009
4 1006,1025
5 1008,1023
6 1011,1012,1013,1014,1015,1016,1017
7 1018,1019,
8 1021
So I want to find out if I enter a criteria of search for missing Delivery
Note between 1000 - 1025, the system should list 1005,1007,1020,1022,1024 as
deliverynote that has not been invoiced.
It would be much better if it can tabulate this result that shows the
delivery note nos in a sequential order in a single column, matched by
corresponding Invoice number and then I can add the customer name to that
row. In this case the blank Invoice ID corresponding to the DO nos will let
me know which DO's have not been invoiced.
Many thanks in advance, especially for the patience in reading this query. I
am quite a newbie on access with not much programming experience.