P
Parker
I'm trying to create a form that will automatically assign
the next available run number, but I have three possible
run numbers to choose from. On Open, I want to prompt the
user with the following question: "Run, C-Card or Pull
From Stock?" (Possibly a list box) and then select the
next available number based on the response. (C-Card = 1-
799, PFS = 800-999, Run = 1000-9999). I have three tables
for this info - one for each with the next # (NxtRunNo,
NxtCCardNo, NxtPFSNo) which would have to advance After
Update. The main table that I am updating has some basic
info about the run.
Is there a way to accomplish this? Do I need a different
Table setup?
I'm running on Access 2000. I have a decent knowledge of
Access, but I'm new to the programming side.
Thanks in advance for any help!
Parker
the next available run number, but I have three possible
run numbers to choose from. On Open, I want to prompt the
user with the following question: "Run, C-Card or Pull
From Stock?" (Possibly a list box) and then select the
next available number based on the response. (C-Card = 1-
799, PFS = 800-999, Run = 1000-9999). I have three tables
for this info - one for each with the next # (NxtRunNo,
NxtCCardNo, NxtPFSNo) which would have to advance After
Update. The main table that I am updating has some basic
info about the run.
Is there a way to accomplish this? Do I need a different
Table setup?
I'm running on Access 2000. I have a decent knowledge of
Access, but I'm new to the programming side.
Thanks in advance for any help!
Parker