DoCmd.GoToRecord , , acGoTo = [TrackID]
i have a hypelinked ComboBox Field and when i select the TrackID (Contents in field) i would like the form that belongs to the TrackID to open, my code returns an error that says "you cannot go to the specified record" and sometimes opens forms with a track number i did not click on.
please review my code.
i have a hypelinked ComboBox Field and when i select the TrackID (Contents in field) i would like the form that belongs to the TrackID to open, my code returns an error that says "you cannot go to the specified record" and sometimes opens forms with a track number i did not click on.
please review my code.