Search results

  1. P

    Retrieving Field Data from Dynamic recordsource

    Nope the columns are fixed
  2. P

    Retrieving Field Data from Dynamic recordsource

    Hmmm, I think you will have to load the text box from the recordset (rst) Something like Reports![myReport].text0.controlsource = rst.fields(0).value. This won't work in my case as I'm loading my report recordsource with a dynamic sql statement not loading a recordset as per your example, I...
  3. P

    Retrieving Field Data from Dynamic recordsource

    ...forgot to add using access 2003 on XP box
  4. P

    Retrieving Field Data from Dynamic recordsource

    Hi There I have a form on which I construct a string containing a dynamic query, the string containing the query is then passed to a report, the report recordsource is then set to the query string and the report opened. My question is how can I access (Sorry 'bout the pun) :) individual...
Back
Top Bottom