Search results

  1. O

    Loop Command

    Hello all, I am having a small problem with a little program I am writing for work. Basically it is suppose to take the information in one table and write it to another. Here is the code that I have for this.. Public Function Import() Set cnn = CurrentProject.Connection...
  2. O

    VBA syntax Help

    Hello all, I'm having a problem with a piece of VB code in a program that I am trying to create for work. Basically I am trying to write a function that will write information out of a table to various fields on a form. I plan to call this function from the On_Change event handler of each...
Back
Top Bottom