I have a form which contains details of a SUPPLIER and on the form it has a standard combo box which is used to select a specific account for the user to view.
I want to now call up the details of a specific supplier on this form but instead of using the combo box to choose the supplier, I want to use an account number on a completely different form.
I have created a simple macro and this works.
I want the original combo box to now become invisible if I choose the supplier using this route.
Is this possible