Attached is an image. Top is form I am working on creating, below it is a table that I am trying to get data from.
What I am trying to do...
I want to create another combo box for "PKG#" on the form...easy enough. But what I want the combo box to do is when a specific Package# is selected from the drop down I want the associated data from table to auto fill in under the correct areas on the form. i.e., Program to Program, RT to RT etc...
Any suggestions?
Also, you'll notice that in the top left of the form, it says nightshift...I would like to put a button in the header that allows me to switch between a day and a nightshift form that retains the values for each using the same form....is this possible and if so please help with that also.