I have a form that I enter job positions into: Positions
My main form, Time Clock has a combo box with a list of positions, which is is list from a query called CboPositionsQuery ( I did the cbo box through a query,not the table, so I could have it show up alphabetized). When I input a new postions in the Positions form, I'd like to have the cbo box refreshed in the Time Clock form.
In summary, on the close event of the Positions form, I'd like to requery CboPostionsQuery and refresh cboPositions on the Time Clock form but I don't know to code that. Can anyone help me?
TIA
My main form, Time Clock has a combo box with a list of positions, which is is list from a query called CboPositionsQuery ( I did the cbo box through a query,not the table, so I could have it show up alphabetized). When I input a new postions in the Positions form, I'd like to have the cbo box refreshed in the Time Clock form.
In summary, on the close event of the Positions form, I'd like to requery CboPostionsQuery and refresh cboPositions on the Time Clock form but I don't know to code that. Can anyone help me?
TIA