Search results

  1. O

    Using a recordset to populate a report?

    hrmm I know i can easily just dump a static SQL statement on a report, but this is dynamic and currently inside a variable. How do I get that strSQL2 value to work on a prebuilt report? Sounds like it would be the easy solution, but i dont know of any methods to do it. -thx
  2. O

    Using a recordset to populate a report?

    I have a form with a listbox that gets categories from a table. based on which categories were selected (multiselect), a recordset is built from another table. But now that i have a recordset floating around in RAM, how the heck do i spit the data out? I want to use that recordset to populate...
Back
Top Bottom