A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Database Design
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Inventory Labels



 
 
Thread Tools Display Modes
  #1  
Old September 3rd, 2008, 04:55 PM posted to microsoft.public.access.tablesdbdesign
Building Buildings[_2_]
external usenet poster
 
Posts: 8
Default Inventory Labels

Hi there,

I'm trying to create an inventory file for our archive job projects. I need
to put labels on the boxes that will read Job No., Job Name, ProjMgr., Super,
Description, and the part that I'm having trouble with is the box 1 of
????(records) This will let me know how many boxes I have for that
particular project so when it comes time to shred I will know I have 1 or ???
boxes.

Can someone help me with this? Is this done in the query mode?

I would appreciate any help someone can give me.

Tina
Building Buildings
  #2  
Old September 3rd, 2008, 05:15 PM posted to microsoft.public.access.tablesdbdesign
ErezM via AccessMonster.com
external usenet poster
 
Posts: 50
Default Inventory Labels

hi
assuming you use a report to create the labels, add 2 new textboxes to the
label structu
set textbox1 properties as follows
controlSource="=1"
RunningSum="Over Group"
and textbox2:
controlsource=" Of " & Dsum("projID","Projects","ProjID=" & [projID])

now add a new group that will group by ProjID with no headers and footers
this will start the counting in textbox1 everytime the project is changing

so now you have textbox 1 saying "1...2...3" and textbox2 saying " Of x"

i hope it's clear enough
good luck

Building Buildings wrote:
Hi there,

I'm trying to create an inventory file for our archive job projects. I need
to put labels on the boxes that will read Job No., Job Name, ProjMgr., Super,
Description, and the part that I'm having trouble with is the box 1 of
????(records) This will let me know how many boxes I have for that
particular project so when it comes time to shred I will know I have 1 or ???
boxes.

Can someone help me with this? Is this done in the query mode?

I would appreciate any help someone can give me.

Tina
Building Buildings


--
May all beings be happy.

Message posted via http://www.accessmonster.com

  #3  
Old September 3rd, 2008, 05:19 PM posted to microsoft.public.access.tablesdbdesign
Allen Browne
external usenet poster
 
Posts: 11,706
Default Inventory Labels

See:
Print a Quantity of a Label
at:
http://allenbrowne.com/ser-39.html
--
Allen Browne - Microsoft MVP. Perth, Western Australia
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.

"Building Buildings" wrote in
message ...
Hi there,

I'm trying to create an inventory file for our archive job projects. I
need
to put labels on the boxes that will read Job No., Job Name, ProjMgr.,
Super,
Description, and the part that I'm having trouble with is the box 1 of
????(records) This will let me know how many boxes I have for that
particular project so when it comes time to shred I will know I have 1 or
???
boxes.

Can someone help me with this? Is this done in the query mode?

I would appreciate any help someone can give me.

Tina
Building Buildings


  #4  
Old October 8th, 2008, 10:01 PM posted to microsoft.public.access.tablesdbdesign
Building Buildings[_2_]
external usenet poster
 
Posts: 8
Default Inventory Labels

Thank you so much for your reply. I must have missed a step.

It came out =1 of project id# instead of 1 of 1,2,3 or 2 of 1,2,3. My 1
stayed at one regardless of multiple records for the same project ID # and
the of part is the ID # instead of a running number.

The below is what I typed in the controlSource.

="of" & DSum("projID","Schultze projects","projid=" & [projid])

I hope I made sense up top. This is a little difficult for me.

I tried to use the other method given by Mr. Brown but it was a little over
my head. I didn't understand the part of entering the records in the
tlbcount record manually if you only had one line item. CountID.

PLEASE HELP ME....I'm desperate for help. OH I used a query to create the
labels because I needed an archive date which I could only get thru a query
(or so I thought).
Again, thanks for your help. I do appreciate it.
"ErezM via AccessMonster.com" wrote:

hi
assuming you use a report to create the labels, add 2 new textboxes to the
label structu
set textbox1 properties as follows
controlSource="=1"
RunningSum="Over Group"
and textbox2:
controlsource=" Of " & Dsum("projID","Projects","ProjID=" & [projID])

now add a new group that will group by ProjID with no headers and footers
this will start the counting in textbox1 everytime the project is changing

so now you have textbox 1 saying "1...2...3" and textbox2 saying " Of x"

i hope it's clear enough
good luck

Building Buildings wrote:
Hi there,

I'm trying to create an inventory file for our archive job projects. I need
to put labels on the boxes that will read Job No., Job Name, ProjMgr., Super,
Description, and the part that I'm having trouble with is the box 1 of
????(records) This will let me know how many boxes I have for that
particular project so when it comes time to shred I will know I have 1 or ???
boxes.

Can someone help me with this? Is this done in the query mode?

I would appreciate any help someone can give me.

Tina
Building Buildings


--
May all beings be happy.

Message posted via http://www.accessmonster.com


 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 04:13 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.