fortwrestler
Registered User.
- Local time
- Today, 11:00
- Joined
- Jan 15, 2016
- Messages
- 50
Right now I have 7 Lines(Fillers). I have these stored in a table under a single field (primary key).
Now, for each Line, there are multiple reasons which can cause the line to stop. These reasons can be duplicated among multiple lines, or they can be unique to a given line.
Right now, I have a table called Stop Reasons and in Field 1 it has the Line name (EQ5A, EQ5B, EH1, EH3, etc) and in field two it has reasons (Peroxide issues, infeed jams, caser, etc)....
So it looks like this
EQ5A Peroxide
EQ5A Infeed
EQ5A Caser
EQ5B Peroxide
EQ5B Infeed
EQ5B Caser
EH1 Infeed
EH1 Caser
EH3 Infeed
EH3 Caser
etc....
What I want to do is create a form that the user selects a Line and Entry Date, which then pulls from the above list with all given reasons possible for that line. Right now, I have used an append query and have it working, but it reverts back to alphabetical order versus staying in the same format I entered into the Stop reason table.
Is there a way to make the append query add rows with the same order as the stop reason and prevent it from autosorting alphabetically?
Now, for each Line, there are multiple reasons which can cause the line to stop. These reasons can be duplicated among multiple lines, or they can be unique to a given line.
Right now, I have a table called Stop Reasons and in Field 1 it has the Line name (EQ5A, EQ5B, EH1, EH3, etc) and in field two it has reasons (Peroxide issues, infeed jams, caser, etc)....
So it looks like this
EQ5A Peroxide
EQ5A Infeed
EQ5A Caser
EQ5B Peroxide
EQ5B Infeed
EQ5B Caser
EH1 Infeed
EH1 Caser
EH3 Infeed
EH3 Caser
etc....
What I want to do is create a form that the user selects a Line and Entry Date, which then pulls from the above list with all given reasons possible for that line. Right now, I have used an append query and have it working, but it reverts back to alphabetical order versus staying in the same format I entered into the Stop reason table.
Is there a way to make the append query add rows with the same order as the stop reason and prevent it from autosorting alphabetically?