On Sep 3, 12:45*pm, "paii, Ron" <n...@no.comwrote:
Quote:
"turtle" <kol...@vistacontrols.comwrote in message
>
news:8316b55e-2987-4c1c-a835-bc9d26c0e096@e53g2000hsa.googlegroups.com...
I posted this a month or two back but am still looking for a good
solution...tia
>
I need to know if the following is possible. *I have a vague idea how
to get started on the first part of this but completely lost on teh
exception:
>
We need to create a database program that issues MAC addresses
sequentially (with one exception).
The database should accept the following information:
>
Product Type: (e.g. G4C, G4B, G4P, CCP, …)
Product Serial Number:
Requester Name:
>
If the serial number has already been given MAC addresses then the
previous serial #’s MAC addresses should be re-issued. * If not then
new numbers should be generated. *The number of MAC addresses
generated will be dependent on the product type. *For example, a G4C
needs three MAC addresses and a G4B needs one address. * MAC
addresses
should start at 0040c0 000000 and be issued sequentially.
>
The only exception is the G4C which needs to be at addresses 0040c0
xx60xx, *0040c0 xx80xx and 0040c0 xx90xx for its three interfaces
respectively. * *This gives 65536 unique addresses which is more than
enough. * So the three addresses for the first G4C should be 0040c0
006000, 0040c0008000, and 0040c0 009000.
>
Is this possible using a combination of code and autonumber?
>
thanks,
KO
>
Possible with code. Ill-advised with autonumber.
Anyway to elaborate? I know it probably isn't an easy answer but any
help pointing me in the right direction would be wonderful.
thanks,
KO