J
JOM
I have the following line to go to the next record in my subform
DoCmd.GoToRecord acDataForm, "frmRqsts!frmRqstsSubform", acNext
but am having an runtime error 2489 the object
'frmRqsts!frmRqstsSubform",acnext isn't open
Anyw help on how to take care of this?
(background: Combobox on my subform has yes/No, if no is selected, then
what I want to do is go to the next record)
DoCmd.GoToRecord acDataForm, "frmRqsts!frmRqstsSubform", acNext
but am having an runtime error 2489 the object
'frmRqsts!frmRqstsSubform",acnext isn't open
Anyw help on how to take care of this?
(background: Combobox on my subform has yes/No, if no is selected, then
what I want to do is go to the next record)