D
David Dubroff of Mr. PC
Microsoft Access 2000:
I have a table that contains automobile parts information.
Using the part number field, I plan to sort the car parts in a select query
based on the fourth, fifth, and sixth character positions in the part number
field. The 4th, 5th, and 6th positions should be numbers.
In the select query, I will add a field based on: Mid$(fieldname,4,3)
One particular part number might be as follows: 964145092
This example part number would get sorted by 145. These three digits
together make up the number 145 (one hundred forty-five). This number being
145 is considered as being within the 100's category which stands for a
particular category of car parts. (100 = upholstery 200=structural parts
300 = exterior parts [perhaps])
I want my report to have a label printed before each printed section to
appear as follows: 100's , 200's , 300's , 400's , 500's , 600's , 700's ,
800's , 900's.
How can I make Access 2000 display/print the desired labels before each set
of data begins?
I have a table that contains automobile parts information.
Using the part number field, I plan to sort the car parts in a select query
based on the fourth, fifth, and sixth character positions in the part number
field. The 4th, 5th, and 6th positions should be numbers.
In the select query, I will add a field based on: Mid$(fieldname,4,3)
One particular part number might be as follows: 964145092
This example part number would get sorted by 145. These three digits
together make up the number 145 (one hundred forty-five). This number being
145 is considered as being within the 100's category which stands for a
particular category of car parts. (100 = upholstery 200=structural parts
300 = exterior parts [perhaps])
I want my report to have a label printed before each printed section to
appear as follows: 100's , 200's , 300's , 400's , 500's , 600's , 700's ,
800's , 900's.
How can I make Access 2000 display/print the desired labels before each set
of data begins?