D
donaldsj
Guest
I’m attempting to build a database and I’m having a problem concerning control numbers. Our office tracks lost items from five different work sections and each section has it’s own set of control numbers, which are alphanumeric. Unfortunately we’re bound to using these style numbers. I initially started to build separate forms and tables for each section but then I thought it might be better to use one form and one table. By using one form I could great a drop down menu to select the work center and then theoretically automatically have the control number field filled in.
The control number consists of year (YY), work center ID, and sequence number (000), i.e. 0125FSLT001. I’d like the year to automatically sequence at the start of the fiscal year (1 Oct), and have the sequence number reset to 001 at the same time. Then throughout the year have the sequence number automatically sequence when new records are added. One section may loose more items than another, so each work centers IDs needs it’s own set of sequence numbers. That leads me to believe I need to at least build separate control number tables for each work center.
So the complicated questions are how do I get a drop down to automatically display the control numbers in a separate field? How do I get the year and sequence number to update and reset at the start of the New Year? And since the year, work section IDs, and sequence numbers might be separate field in “separate control number tables,” how do I merge them into one field in a form and store as one alphanumeric number in another table along with the rest of the data on the lost item? I probably need to consider the multi user issue too. I don’t see a situation where two people will be entering data into the form at the same time, but you never know.
In case you’re curious the items we’re tracking are lost tools, support equipment, and personal items. We also track if the items were found/recovered.
Any help or idea will are certainly appreciated. Thanks! Jeff
The control number consists of year (YY), work center ID, and sequence number (000), i.e. 0125FSLT001. I’d like the year to automatically sequence at the start of the fiscal year (1 Oct), and have the sequence number reset to 001 at the same time. Then throughout the year have the sequence number automatically sequence when new records are added. One section may loose more items than another, so each work centers IDs needs it’s own set of sequence numbers. That leads me to believe I need to at least build separate control number tables for each work center.
So the complicated questions are how do I get a drop down to automatically display the control numbers in a separate field? How do I get the year and sequence number to update and reset at the start of the New Year? And since the year, work section IDs, and sequence numbers might be separate field in “separate control number tables,” how do I merge them into one field in a form and store as one alphanumeric number in another table along with the rest of the data on the lost item? I probably need to consider the multi user issue too. I don’t see a situation where two people will be entering data into the form at the same time, but you never know.
In case you’re curious the items we’re tracking are lost tools, support equipment, and personal items. We also track if the items were found/recovered.
Any help or idea will are certainly appreciated. Thanks! Jeff