Search results

  1. B

    E-mail problem

    You can tell if records have been modified or added by using the "Dirty" property in the code. You can use the condition: if me.dirty then............
  2. B

    Command button to run delete query

    When you use the command button wizard, select "misc" and then "run query". If your query is not in the list, then it is not saved as a query. Maybe it was saved as an SQL? If all else fails, re-created the query. If it is a multiuser db with security, you might want to set the "run...
Back
Top Bottom