Search results

  1. K

    Problem communicating with OLE server or ActiveX Control

    I have a form in which i put a button and built a "on-click" command. I've attached the error file along with this thread. This only started to occur once i put the on-click VBA in. It was working fine before that. When I click on the help section i get the following message: "This error occurs...
  2. K

    How to save previous record in one table and the current record in another table

    I have two tables(main table and history table) and a form for the Main table. The Main form consists of multiple drop downs. I want to track the history of the selections in those drop downs. So when a user makes several changes in the Main form, the previous selections need to go to the...
  3. K

    How to split the code in VBA

    I have the following code that i need to write in vb after button click but i'm not able to write it because it is too big. I know that you could use "_" or "& _" for strings. But these are fields columns in the table and i'm pretty new to MS Access. Any help is appreciated. The Sample code...
Top Bottom