Search results

  1. A

    Parameter Query

    I went with this solution and it worked. I was under the impression that linking parameters to form fields would make it so you didn't need to 'provide' the values, but I guess I was wrong when it comes to VBA? Thanks for the reply!
  2. A

    Parameter Query

    I have a query that is based off of quite a few other queries, one of which takes 2 parameters that are linked to a form's fields. If I open the query directly, it works fine and doesn't ask for the parameters (if the form is open of course). But if I try to set a recordset to this query, even...
  3. A

    Change Groups and Sorts

    Thanks so very much. I will work this in tomorrow...if you don't hear back, consider the matter fixed and working. Thanks for the links!
  4. A

    Change Groups and Sorts

    I have a report that contains information on employees with grouping and sorting. It is currently set up like this: Group on Employee with A on top Group on TempStartDate with A on top Group on StartDate with A on topThe data needs to be grouped like that for the report to show...
Back
Top Bottom