L
lim_ak
Guest
I have a main form with a subform in it and I am trying to goto the next record in the subform. I currently am trying to do this using:
DoCmd.GoToRecord acDataForm, Forms.OrderID, acNext
But I always end up getting the error "Object doesn't support this property or method". Could anyone tell me how to goto the next record?
Thanks
Andrew
DoCmd.GoToRecord acDataForm, Forms.OrderID, acNext
But I always end up getting the error "Object doesn't support this property or method". Could anyone tell me how to goto the next record?
Thanks
Andrew