Hey there everyone,
I've run into this and for the life of me can't figure it out.
I have a record to which I want to add a copy button to. I use the standard Button tool and select Duplicate record.
But whenever I try this, I get an error stating "Object does not support this property or method" Runtime error 438. The field its choking on, is a combo box, where I have it reading from a table/query showing me a listing of employee ID's. Also attached to the After_Update of this combo box, is a statement to automatically fill in the employee name, also read off the query, in a bound text box.
So, basically, the copy looks like its able to place the employee ID into the combo box, but the code behind that to automatically fill in the employee name is causing the error.
The code is: Me!cboStoreID = Me![txtStoreLocation].Column(1)
Any thoughts? I use the same copy command on another form with the same combo boxes and the same code as above, without any issues.
Thanks in advance guys!
I've run into this and for the life of me can't figure it out.
I have a record to which I want to add a copy button to. I use the standard Button tool and select Duplicate record.
But whenever I try this, I get an error stating "Object does not support this property or method" Runtime error 438. The field its choking on, is a combo box, where I have it reading from a table/query showing me a listing of employee ID's. Also attached to the After_Update of this combo box, is a statement to automatically fill in the employee name, also read off the query, in a bound text box.
So, basically, the copy looks like its able to place the employee ID into the combo box, but the code behind that to automatically fill in the employee name is causing the error.
The code is: Me!cboStoreID = Me![txtStoreLocation].Column(1)
Any thoughts? I use the same copy command on another form with the same combo boxes and the same code as above, without any issues.
Thanks in advance guys!