I am trying to automate our work order system and incorporate it into my data base. Just having a bit of trouble with the design.
I have 4 different system for work orders depending on their use, each has a distinct beginning. Construction for example is BCx , Maintence is Mx, service is SJx…
I am thinking of using 4 tables to generate my numbers by using “leter”000 in the format field of the auto number. So table one would generate, “BC”001… table 2 would generate “M”001… and so on.
Now the problem. I want to have one table called work orders. I am thinking of having a combo box where the items listed are the 4 table names where I am generating the numbers from. I am also thinking when I select one of these it will give me the next available number and I will use this as my work order number. I just can’t figure out how to put this together.
Anyone have a suggestion.
Thanks
I have 4 different system for work orders depending on their use, each has a distinct beginning. Construction for example is BCx , Maintence is Mx, service is SJx…
I am thinking of using 4 tables to generate my numbers by using “leter”000 in the format field of the auto number. So table one would generate, “BC”001… table 2 would generate “M”001… and so on.
Now the problem. I want to have one table called work orders. I am thinking of having a combo box where the items listed are the 4 table names where I am generating the numbers from. I am also thinking when I select one of these it will give me the next available number and I will use this as my work order number. I just can’t figure out how to put this together.
Anyone have a suggestion.
Thanks