G
Guest
Using Access 2000 database project with Sql Server 2000 Back end.
Issue:
A drafting firm has 60 boxes divided into 36 - 2" squares - 6 across and 6
down for storing architectural / engineering plans. The Access Project
tracks the Customer Name, Job Number, Plan Name and Box Location of these
plan sets (among other info). I have built a report that uses these 4 fields
formatted in 2" squares printed on 17x22 paper cut to fit in the doors of the
cabinets. Works great as long as there is a 1 to 1 ratio of jobs to box
locations. Now there are multiple elevations and job numbers for a single
box location. The report now generates several "labels of boxes" in the same
box-location. (ie: A-001, A-001,A-001, A-001, A-002, A-003, A-003, A-004,
etc..
Question 1:
Is there a way to create a report that consolidates all of the same box
locations into one "box label area" on the report (using the first
instances' Customer
Name, Plan name, etc? Tried Using Group by, Select Distinct, select top 1.
None worked.
Question 2:
Is there a way to create a similar/same report that will show the "empty"
boxes even though there is no info for that box location and the box location
itself is not used in the database? Example: boxes A-001 thru A-036 have
been filled and four of these plan sets have been deleted/archived. The Box
Location in the Database has been changed to DF ( dead File) from thier
orignal: A-011, A-015, A-024 and A-028. The current report skips these
numbers, putting A-012 where A-013 should be, moving the rest of the numbers
accordingly.
Question 3:
Related to #2. Can a Report be generated that will "auto-generate"
boxlocations (without any other info) between a set of parameteres (ie: B-001
thru B-036), that can be used as a blank slate to hand write info on until
the box gets full and report #1 can be generated?
Issue:
A drafting firm has 60 boxes divided into 36 - 2" squares - 6 across and 6
down for storing architectural / engineering plans. The Access Project
tracks the Customer Name, Job Number, Plan Name and Box Location of these
plan sets (among other info). I have built a report that uses these 4 fields
formatted in 2" squares printed on 17x22 paper cut to fit in the doors of the
cabinets. Works great as long as there is a 1 to 1 ratio of jobs to box
locations. Now there are multiple elevations and job numbers for a single
box location. The report now generates several "labels of boxes" in the same
box-location. (ie: A-001, A-001,A-001, A-001, A-002, A-003, A-003, A-004,
etc..
Question 1:
Is there a way to create a report that consolidates all of the same box
locations into one "box label area" on the report (using the first
instances' Customer
Name, Plan name, etc? Tried Using Group by, Select Distinct, select top 1.
None worked.
Question 2:
Is there a way to create a similar/same report that will show the "empty"
boxes even though there is no info for that box location and the box location
itself is not used in the database? Example: boxes A-001 thru A-036 have
been filled and four of these plan sets have been deleted/archived. The Box
Location in the Database has been changed to DF ( dead File) from thier
orignal: A-011, A-015, A-024 and A-028. The current report skips these
numbers, putting A-012 where A-013 should be, moving the rest of the numbers
accordingly.
Question 3:
Related to #2. Can a Report be generated that will "auto-generate"
boxlocations (without any other info) between a set of parameteres (ie: B-001
thru B-036), that can be used as a blank slate to hand write info on until
the box gets full and report #1 can be generated?