Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

GoToRecord

Status
Not open for further replies.

bf2mad

Programmer
Nov 26, 2002
33
GB
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top