Using the Form_load even to fill a records set and sent text boxes to values with in it.
This is a continuous form that expects to have a 7 records in the records set. However it is only returning 1 record.
CODE
gblContract_ID = 3
Set rsView_PSA_Issues = CurrentDb().OpenRecordset("SELECT * FROM qryPSA_Issues_View WHERE [Contract_ID] = " & gblContract_ID)
Set rsView_PSA_Issues = CurrentDb().OpenRecordset("SELECT * FROM qryPSA_Issues_View WHERE [Contract_ID] = " & gblContract_ID)
PS. MS ACCESS 2003
