want cursor to go to new record in subform

mitchem1

Registered User.
Local time
Today, 17:40
Joined
Feb 21, 2002
Messages
153
I have a form that is used to search for a project. When the correct project is found, the user double clicks it and a project info form is opened where the user can enter comments (subform). I have it set up so that if a comment has been entered previously, it cannot be edited. This means I would like the cursor to go to a new record, but currently it goes to the record that cannot be edited. Greatly appreciate it if someone can point me in the right direction. Thank you.
 
Sorry, cannot download the .zip file.
 
And got it sent back immediately...
 
Use

subform-name.form.recordset.movelast
subform-name.form.recordset.movenext

when u want to go to a new record.
Hope that helps.
 

Users who are viewing this thread

Back
Top Bottom