K
kealaz
Hi,
I have a form [frmPRTODO]. When the user enters information into this form,
I would like a part number to be automatically created. I don't need the
user to see this part number, so I'm setting the visble for the control to
"No". Can I use the after update of another control to enter the value in
this control?
Me!PART_NO =
I would like the part number to be 9999-xxxx such that xxxx increments each
time.
ie.
9999-0001
9999-0002
9999-0003... etc.
Any help is greatly appreciated. THANKS!
I have a form [frmPRTODO]. When the user enters information into this form,
I would like a part number to be automatically created. I don't need the
user to see this part number, so I'm setting the visble for the control to
"No". Can I use the after update of another control to enter the value in
this control?
Me!PART_NO =
I would like the part number to be 9999-xxxx such that xxxx increments each
time.
ie.
9999-0001
9999-0002
9999-0003... etc.
Any help is greatly appreciated. THANKS!