Search results

  1. M

    Access VBA Conditional Loop

    I am trying to get a conditional loop working, but can't seem to get the condition statement in the correct place to work for each record. I want to loop through a table and send an email to each record unless I have checked an EXCLUDE field in the form. So somewhere I need "If EXCLUDE =...
  2. M

    VBA RunSQL to update field in table from Form

    Access 2010 64Bit I am new to Access VBA, slowly building up knowledge, and having trouble getting an After Update Event using RunSQL to work. I have a form bound to Table1. One of thed fileds, SURNAME, has a check for any change. If a change is detected the user is asked to confirm if it is...
Top Bottom