My goal:
Have a listbox full of OfferIDs. I want to display the detailed information for a perticular OfferID when it has been selected in the listbox.
Here is what I am doing, that is not working:
Created table to hold the selected OfferID. Main form is based off of this table. Put a listbox on that main form (data coming from query). Created Subform for the detailed information and attached it to the main form, linking by OfferID.
When I select an OfferID from the listbox, then close and reopen the main form, the detailed info for the selected OfferID is displayed. How can I get this to happen on the fly? I want to be able to select one right after the other.
Names:
Main form - frmOfferDetails
-Listbox - OfferList
-Subform - OfferDetails
Subform - subfrmOfferDetails
Have a listbox full of OfferIDs. I want to display the detailed information for a perticular OfferID when it has been selected in the listbox.
Here is what I am doing, that is not working:
Created table to hold the selected OfferID. Main form is based off of this table. Put a listbox on that main form (data coming from query). Created Subform for the detailed information and attached it to the main form, linking by OfferID.
When I select an OfferID from the listbox, then close and reopen the main form, the detailed info for the selected OfferID is displayed. How can I get this to happen on the fly? I want to be able to select one right after the other.
Names:
Main form - frmOfferDetails
-Listbox - OfferList
-Subform - OfferDetails
Subform - subfrmOfferDetails