Good afternoon,
Does anyone know what the best way is to code a combo box (AfterUpdate) on a form to open a new form on a specific record.
I have created a query with the following fields.
tblBooking.BK_ID
tblBookingPP.PP_ID
tblBookingPP.PNR
The form that I will be using is frmFindPNR and the result form the combo box on the form will need to open frmBooking on the tblBooking.BK_ID which corolates to the tblBookingPP.PNR
Once the new form is open the frmFindPNR should close.
ie
tblBooking.BK_ID tblBookingPP.PP_ID tblBookingPP.PNR
1 3 ABC123
2 7 CDE456
3 8 GHI789
if the user selects ABC123 from the combo box frmBooking would open with BK_ID - 1
Any advice would be greatfully received (with a star!!)
Thanks
Sam
It's just common sense, shame sense isn't common!
Does anyone know what the best way is to code a combo box (AfterUpdate) on a form to open a new form on a specific record.
I have created a query with the following fields.
tblBooking.BK_ID
tblBookingPP.PP_ID
tblBookingPP.PNR
The form that I will be using is frmFindPNR and the result form the combo box on the form will need to open frmBooking on the tblBooking.BK_ID which corolates to the tblBookingPP.PNR
Once the new form is open the frmFindPNR should close.
ie
tblBooking.BK_ID tblBookingPP.PP_ID tblBookingPP.PNR
1 3 ABC123
2 7 CDE456
3 8 GHI789
if the user selects ABC123 from the combo box frmBooking would open with BK_ID - 1
Any advice would be greatfully received (with a star!!)
Thanks
Sam
It's just common sense, shame sense isn't common!