Search results

  1. S

    Update Query Help

    I am trying to run a simple update query to copy data from one column (Addrl1)to another column (Working_Addrl1) within the same file and I can't for the life of me figure it out. Then I need to repeat for addrl2 and addrl3 to working_addrl2 and working_addrl3. Any help would be greatly...
  2. S

    '=' Query Problem

    I am trying to create a query with the following criteria and have no clue where to start. fstnm=spname, lstnm=splstnm, add1, zip
  3. S

    Duplicate Query Problem

    Help! I am trying to manipulate a find duplicates query using the following criteria: Fstnm L2, Lstnm L5, Add1, Zip - can't figure out what I am not doing. This is what I have done so far: SELECT [Duplicate Identification Dataset].[FSTNM], [Duplicate Identification Dataset].[LSTNM]...
Back
Top Bottom