M mhale Guest Dec 4, 2002 #1 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
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
simongallop Registered User. Local time Today, 15:41 Joined Oct 17, 2000 Messages 611 Dec 4, 2002 #2 From recordset (rstTest) to a textbox (txtItem1) Form![MyFormName]![txtItem1] = rstTest("FieldName")