Hi,
I am tring to go to a record on a form where the record number is defined by the value curRecData (integer)
I have tried using the below and had no luck "Cannot go to the specified record"
DoCmd.GoToRecord acDataForm, "Test", acGoTo = curRecData
All I need to do is go to the record number defined by curRecData on the form Test
Any ideas ?
Thanks
I am tring to go to a record on a form where the record number is defined by the value curRecData (integer)
I have tried using the below and had no luck "Cannot go to the specified record"
DoCmd.GoToRecord acDataForm, "Test", acGoTo = curRecData
All I need to do is go to the record number defined by curRecData on the form Test
Any ideas ?
Thanks