Search results

  1. P

    Open Append Query In Datasheet View With VBA

    Hello I am currently writing some code to run a series of queries. Is it possible to open an Append Query in datasheet view using vba before I append the data to a table? I am using access 07. I am currently trying to use DoCmd.OpenQuery Cheers Andrew
  2. P

    Add New Records With VBA

    Hi I am new to this forum and quite new to vba so if someone could help me with this code it would be appreicated. What the code does is add's a new record to a table using the information it gets from a form and that works fine. Below the first code is what I am trying to do. Dim rs...
Back
Top Bottom