Search results

  1. Q

    Setting primary key

    I am looking to create a primary key in a macro using RunSql but am having problems with the syntax. The name of my field is "Geo" and the name of my table is "Pre-Deletes". Here is what I came up with so far: CREATE UNIQUE INDEX PrimaryKey ON Pre-Deletes (Geo) Am I missing something?
  2. Q

    Prompt a user in a Macro

    Hello, I have set up a Macro that automates the file import process for my users. As part of this Macro, it deletes the old file and replaces it with the new imported file. I would like to set something up that warns them before proceeding, such as "Clicking 'Yes' will delete the existing file."...
  3. Q

    Complex Nested If Statement

    Hello, I have been working on a query for a few hours now to create a new field based on data in other fields in my table. Here is the code I am using: MBkt...
Back
Top Bottom