dynamictiger
Technical User
I have two forms that both have a combo box on them.
On clicking a button on form 1 I want to make form 1 invisible and force form 2 to drag the records across from form 1. For the most part I can get this to happen, except in the combo box for the client details.
I have tried various methods centreing around Me.Combobox.Column(1)=
Column(1) holds the ClientID field we are trying to update, I keep getting an object required error message.
On clicking a button on form 1 I want to make form 1 invisible and force form 2 to drag the records across from form 1. For the most part I can get this to happen, except in the combo box for the client details.
I have tried various methods centreing around Me.Combobox.Column(1)=
Column(1) holds the ClientID field we are trying to update, I keep getting an object required error message.