G
Guest
I have a form which contains a combo box at the top. The idea is the user
types the order number they require in the combo box and this order's details
are loaded.
But whenever I open the form, the last order's details are still displayed
on the form. How can I force the form to not display any data in the fields
upon the first load. The reason I need to do this as certain users often
forget that they need to re-enter the order number and start to modify the
details which are remembered from the previous session - but obviously this
data is incorrect, so I want to force them to have re-enter the order ID.
types the order number they require in the combo box and this order's details
are loaded.
But whenever I open the form, the last order's details are still displayed
on the form. How can I force the form to not display any data in the fields
upon the first load. The reason I need to do this as certain users often
forget that they need to re-enter the order number and start to modify the
details which are remembered from the previous session - but obviously this
data is incorrect, so I want to force them to have re-enter the order ID.