Search results

  1. J

    Problem with loading data into a SubForm (datasheet) from a stored Procedure

    You're trying to assign your recordset object to the recordsource string variable. Instead you need to assign the recordset to the recordset of the form using Set. Something like Set Me.SubFormA_SearchForm.RecordSet = rsData
Back
Top Bottom