Search results

  1. K

    New Protection Method for VBA - How did they access Outlook MAPI

    I'm really interested in this topic too, if somebody got some answers please post'em I'll too.
  2. K

    problem with parameters and three related queries

    vbaInet that worked just fine, problem solved, thanks.
  3. K

    problem with parameters and three related queries

    Some extra data: If I do not use the parameters, I can perfectly use the third simple query based on crosstab second. but I have just noticed that when I use them I can't even use the wizard over the crosstab because when the wizard ask for the fields to select, there are not displayed, so I can...
  4. K

    problem with parameters and three related queries

    Yes Thanks Guus and Bob, as you said bob using parameters in second and first queries solves the first problem I was dealing with, actually it was exactly the same error message: if I dont use parameters in the first and second queries I get "The microsoft office access database engine does...
  5. K

    problem with parameters and three related queries

    hi everybody, here is my problem, thanks in advance for reading. I have three queries, second is based in the results of first, and third is based on second results. the first one selects a bounch of records based in a field in the form ([forms]![Mainsplash].[Country]): query 1 - SQL: SELECT...
Back
Top Bottom