I hope someone can help with this. I've been working at it for quite a bit, but I'm not entirely sure how to tackle this.
I have a form with a listbox in it. I want the listbox to update as the record changes.
Let me get a little more in-depth:
The form will be used to identify merchandise that exists in the company to fulfill current POs.
What I want is for the listbox (which displays Store Locations) to update when the PO# updates on the form (so as the record changes).
Currently, the listbox only pulls all the store locations no matter if you hit next record to get a new PO.
The two main fields I am working with are PO# (text box) and Store Locations (the listbox).
How can I get the listbox to update as the record changes on the form?
I have a form with a listbox in it. I want the listbox to update as the record changes.
Let me get a little more in-depth:
The form will be used to identify merchandise that exists in the company to fulfill current POs.
What I want is for the listbox (which displays Store Locations) to update when the PO# updates on the form (so as the record changes).
Currently, the listbox only pulls all the store locations no matter if you hit next record to get a new PO.
The two main fields I am working with are PO# (text box) and Store Locations (the listbox).
How can I get the listbox to update as the record changes on the form?