M
MustBNuts via AccessMonster.com
Access 2003 linking to a SQL dbase.
I have a query that pulls info based on Job #. A job can have various types of parts, and on some occassions, more than one of a specific part. Example: Job 1 has 3 different part types, A, B, and C; but this job has 3 B's.
My table holds the quantity of each type (not each individual part) so when I pull a query to print a label for each type, no problem. Now I need to print one label for A and C, but 3 identical labels for B.
For the life of me I cannot figure out how to force a report to print the given labels based on the Qty field (ie, if Qty=3 then loop the output three times.). Access is not letting me use me.PreviousRecord (not available, even though me.NextRecord is available.)
What I am trying to do is print A, B, B, B, C in a report.
Any takers?
MBN
I have a query that pulls info based on Job #. A job can have various types of parts, and on some occassions, more than one of a specific part. Example: Job 1 has 3 different part types, A, B, and C; but this job has 3 B's.
My table holds the quantity of each type (not each individual part) so when I pull a query to print a label for each type, no problem. Now I need to print one label for A and C, but 3 identical labels for B.
For the life of me I cannot figure out how to force a report to print the given labels based on the Qty field (ie, if Qty=3 then loop the output three times.). Access is not letting me use me.PreviousRecord (not available, even though me.NextRecord is available.)
What I am trying to do is print A, B, B, B, C in a report.
Any takers?
MBN