Search results

  1. J

    Macro Loop

    Maybe I didn't explaing it well... The copying and deleting is done with queries. I was using the macro in an attempt to repeat these 2 queries as well as a few others (5 total queries to be exact). The macro is for the collective process I think VBA would be better, but I do not know how to...
  2. J

    Macro Loop

    I'm trying to get a macro to loop. I'm using the command RUNMACRO and the 3rd option is REPEAT EXPRESSION. The macro's function is to get data from a qurey and copy it into an output table table. After the data is copied to the table for output, the original data is deleted from the input...
  3. J

    Delete Query Help

    Jon, It worked!!! Thanks, I appreciate the help.
  4. J

    Delete Query Help

    I am getting an error on a new Delete Query that I have never seen with any of my other queries... It seems simple, but I have not been able to make this one work. I have a table and I want to delete all fields that have a specific ID I have a Query that will return the one specific ID. I am...
  5. J

    Users import from Excel to Access

    I'm running into problems with trying to create a macro and I was needing some advise... I think it would be better if it was done in VBA, but I'm not familiar with VBA... any help would be appreciated! I'm trying to create a macro that will do the following... 1. Prompt the user to browse...
Back
Top Bottom