Search results

  1. Q

    Another Where clause problem

    I probably just need to put my glasses on, but I cannot figure this out! I am trying to gather 5 of each associates records and put them into another table. The table temp gets randomized. It also has around 40,000 records. There are 36 associates in tblAssociates. strSQL = "SELECT TOP...
  2. Q

    Retrieve values from table back into my listbox?

    Ok, I have read many posts on multi-select list boxes and thought that the correct way to handle things is a one-many table. So here is my problem. I have a table that is populated by a listbox. The multi-selections go into the many table correctly. But if I change records, and come back...
Back
Top Bottom