Hi,
running Access 2000. Sql 2000 backend. Trying to position to a record on the form I am displaying. It is a detail item list. Having the user keyin to an unbound field and want to position to that record. I tried creating a recordset and performing a loop with movenext until the record was found. Awfully slow. I then found some code for Docmd.findrecord but was getting errors saying Access version not up to date (which doesn't make any sense). I also tried creating an index for a recordset and then doing a recordset seek on it but was also getting syntax errors.
Any suggestions?????
Thanks, I am burning out right now.
running Access 2000. Sql 2000 backend. Trying to position to a record on the form I am displaying. It is a detail item list. Having the user keyin to an unbound field and want to position to that record. I tried creating a recordset and performing a loop with movenext until the record was found. Awfully slow. I then found some code for Docmd.findrecord but was getting errors saying Access version not up to date (which doesn't make any sense). I also tried creating an index for a recordset and then doing a recordset seek on it but was also getting syntax errors.
Any suggestions?????
Thanks, I am burning out right now.