Hello,
I have a database that I'm writing that is handling a few tasks. One of its functions is adding new inventory (the final table gets exported to the POS system).
The price tags are all custom made and die cut on sheets with 18 labels.
During the actual inputing of the inventory I am going to have it so when 18 new records are added a msgbox comes up asking if you want to print a sheet. Thats easy.
Now if they don't want to print when they hit 18 and wait till they have (for example) 24 records with the "toPrint" field flagged I have my hangup. That makes a full sheet and a partial sheet. How do I query just 18 Records to pass to a report. Even better would be to take any amount divisible by 18.
I suppose I could create a temp table.
What do you all think?
-Bryan
I have a database that I'm writing that is handling a few tasks. One of its functions is adding new inventory (the final table gets exported to the POS system).
The price tags are all custom made and die cut on sheets with 18 labels.
During the actual inputing of the inventory I am going to have it so when 18 new records are added a msgbox comes up asking if you want to print a sheet. Thats easy.
Now if they don't want to print when they hit 18 and wait till they have (for example) 24 records with the "toPrint" field flagged I have my hangup. That makes a full sheet and a partial sheet. How do I query just 18 Records to pass to a report. Even better would be to take any amount divisible by 18.
I suppose I could create a temp table.
What do you all think?
-Bryan