Hi. I'm spending days to figure out this. Please help!
I have a frmOrder as a subform inside a frmDetail. frmOrder gets values such as DetID automatically from frmDetail. DetID is an autonumber and a primary key in tblDetail which is a base for the frmDetail. What I want to is to dynamically change the list in the listbox on frmOrder depending on the change of DetID on frmOrder.
Right now frmDetail doesn't have a DetID textbox on it. It is just generated and transfered to frmOrder depending on other inputs.
Thank you for your comments in advance.
John
I have a frmOrder as a subform inside a frmDetail. frmOrder gets values such as DetID automatically from frmDetail. DetID is an autonumber and a primary key in tblDetail which is a base for the frmDetail. What I want to is to dynamically change the list in the listbox on frmOrder depending on the change of DetID on frmOrder.
Right now frmDetail doesn't have a DetID textbox on it. It is just generated and transfered to frmOrder depending on other inputs.
Thank you for your comments in advance.
John