Writing recordset/Array value to report

  • Thread starter Thread starter mhale
  • Start date Start date
M

mhale

Guest
Could sombody tell me how to write values from an array and/or recordset to a textbox of a report and/or form. Thanks in Advanced:D
 
From recordset (rstTest) to a textbox (txtItem1)

Form![MyFormName]![txtItem1] = rstTest("FieldName")
 

Users who are viewing this thread

Back
Top Bottom