Search results

  1. N

    Delete duplicates, retain unique records

    Hi, I have a table that has multiple records (count >1). I used the find duplicate records and then made it a delete query, however, this resulted in deleting all the records that had count >1. I need to retain distinct record, and delete the extra records. Using select distinct... is not...
  2. N

    Update query same field multiple criteria

    Hi, I need to update the periodtype field in my table depending on different values in the field Formtype- I am looking to do this without having to use VBA. I have the following fields in a table - I want to update the value of the field Period_type as follows - When Formtype is 10-Q, update...
Back
Top Bottom