on click error

F

fredloh

i had a button on a form. when clicked, the button runs code that
retrieve the values of unbound textboxes on the form and saved the
values in a table. the application runs fine on all pc except one. on
this one pc, when the button on the form is clicked, it gives this
error message: "the expression on click you entered as the event
property setting produced the following error: there was a problem
accessing a property or method of the OLE object."

the form consists of only 1 tab control, textboxes and combo boxes.
what is the cause of the error message and how do i remove it? any
help will be appreciated.
 
Top