brahmabull525
Programmer
I have a table in Access with three columns (ZIPcode, Month, Sales). There are multiple ZIPcodes represented. For some ZIPcodes, in some months there were no sales. At present there is no record in the table for those cases.
I would like to add records that would show, for example:
ZIPcode: 00000
Month: January
Sales: $0
Basically, code would have to identify for each Zipcode a missing month, and then create a record for it with $0.
Hope this makes sense. If someone could help me with the code on this it would be much appreciated!
Thank you.
I would like to add records that would show, for example:
ZIPcode: 00000
Month: January
Sales: $0
Basically, code would have to identify for each Zipcode a missing month, and then create a record for it with $0.
Hope this makes sense. If someone could help me with the code on this it would be much appreciated!
Thank you.