Hi there
I need to move through each record on a subform sheet.
I don't want to use
Set dbs = CurrentDb()
Set rst = dbs.OpenRecordset(sqlline)
Instead what I want is for the cursor to go focus on field1 of record 1, then field1 of record 2, field1 of record 3, etc
I need to physically set the focus on each line/record of the sheet.
Any ideas how to do this ????
thanks
I need to move through each record on a subform sheet.
I don't want to use
Set dbs = CurrentDb()
Set rst = dbs.OpenRecordset(sqlline)
Instead what I want is for the cursor to go focus on field1 of record 1, then field1 of record 2, field1 of record 3, etc
I need to physically set the focus on each line/record of the sheet.
Any ideas how to do this ????
thanks