Search results

  1. S

    Return based on Criteria

    I have a table with Zip CODE field. I uploaded my information to this table form an excel file. There were over 120K rows of data so no way i could do this in excel. So I found that some of the ZIP codes are either blank or have less than 5 digits. Can I build a a query with the ZIP code...
  2. S

    Combo Box Query Perameter

    HELP! I can't figure this out I have a query where I want to use a combo box in the parameter. However, its not working. SELECT Call_Details.Emp_ID, Call_Details.[Call Status] FROM Call_Details WHERE (((Call_Details.Emp_ID)=[Forms]![TTY_ID]![TTY_ID])); I get this in the Parameter Value...
  3. S

    Count Dup based one Mulitple Criteria

    Hello everyone, not so new to Access I understand the capacity of the program. Not so good with SQL. With that said I want my query to count only records that are not duplicated base on a set of criteria. I have a table with customer IDs and Call dates and the employee ID. I want a count of...
Back
Top Bottom