473,406 Members | 2,849 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

Daily Packing Number

Hi all

I need some advice.

the daily packing number will be used to match a box with its label.

the guys in the warehouse will get a list of items to pack. they will
find the item - put it in a box and click a button [packed] at this
point the daily packing packing number will be genrated. the packing
guy will write it on the box.

later the labels will be printed, for each box. andthe packing guy will
know which label goes where.

reuirement, the packing number must be easy to remeber, no more than 4
digits.
must be unique, and must start over every day or every week.

what is the best way to do this?
any ideas?

Nov 13 '05 #1
2 1910
On 17 Feb 2005 13:58:19 -0800, gbb0330 <gb*****@gmail.com> wrote:
the daily packing number will be used to match a box with its label.

the guys in the warehouse will get a list of items to pack. they will
find the item - put it in a box and click a button [packed] at this
point the daily packing packing number will be genrated. the packing
guy will write it on the box.

later the labels will be printed, for each box. andthe packing guy will
know which label goes where.

reuirement, the packing number must be easy to remeber, no more than 4
digits.
must be unique, and must start over every day or every week.

what is the best way to do this?
any ideas?


A mix of two letters and two numbers would, IMHO, be easiest to remember,
if you can do that.
Darryl Kerkeslager
Nov 13 '05 #2
To start over every day ---

Me!PackingNum = IIF(DCcount("*","TblPacking","[PackedDate] = #" & Date() &
"#") = 0,1, _
DMax("[PackingNum]","TblPacking","[PackedDate] = #" & Date() & "#") +1
--
PC Datasheet
Your Resource For Help With Access, Excel And Word Applications
re******@pcdatasheet.com
www.pcdatasheet.com
"gbb0330" <gb*****@gmail.com> wrote in message
news:11*********************@z14g2000cwz.googlegro ups.com...
Hi all

I need some advice.

the daily packing number will be used to match a box with its label.

the guys in the warehouse will get a list of items to pack. they will
find the item - put it in a box and click a button [packed] at this
point the daily packing packing number will be genrated. the packing
guy will write it on the box.

later the labels will be printed, for each box. andthe packing guy will
know which label goes where.

reuirement, the packing number must be easy to remeber, no more than 4
digits.
must be unique, and must start over every day or every week.

what is the best way to do this?
any ideas?

Nov 13 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: ZaGras | last post by:
after i pack my vb program using package and deployment wizard, i try to install the program on other computer instead of my computer and run the program. when i click to add a new record to the...
1
by: gbb0330 | last post by:
hi guys -the code (all capital letters) generates daily packing number, it is in the on click event of a command button that moves to the next record. dpkn is unbound control - i use it to...
18
by: Edward Diener | last post by:
Is the packing alignment of __nogc classes stored as part of the assembly ? I think it must as the compiler, when referencing the assembly, could not know how the original data is packed otherwise....
1
by: Gajendra | last post by:
How does the byte packing and the byte alignment work in VC++ compiler? What is the effect of #pragma pack(n) on the alignment and byte packing for example while using the structur struc double...
2
by: Sonnich | last post by:
Hi all! I am still playing around with databases. So here it goes: Is packing needed for MySQL (5.0)? I have a new DB, which already is 178 MB. Will that continue to grow, when I add and...
11
by: SKBodner | last post by:
Hello, I'm stumped and I'm hoping someone could help me figure out the best way to track daily attendance for the next 6-4 months. I have a list of 80 or so participants who should be attended...
9
by: fraz | last post by:
Does anyone have code to solve a 3-d bin packing problem in php? I am trying to solve the issue of packing various sized rectangular shaped objects into boxes of three different sizes so as to use...
1
by: QbProg | last post by:
Hello, what I'm saying here is about VS 2005 WITHOUT service pack. I have two DLL projects, with EXACTLY the same project preferences and settings. Both have alignment set to "default", it...
1
by: swethak | last post by:
hi, i have a code to disply the calendar and add events to that. It works fine.But my requirement is to i have to disply a weekly and daily calendar.Any body plz suggest that what modifications i...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.