it's just a simple program.. and the database table only has 2 records in it.. and for the purposes of this wont get any bigger..I tried using the
VB Code:
  1. Dim Cust() As Customer
  2. ReDim Cust(DataC1.Recordset.RecordCount)
but i still got the same error