Goto a specific record

Danielf

Registered User.
Local time
Today, 04:12
Joined
Feb 21, 2000
Messages
103
I have a continuous form based on a query; I would like,when clicking on a record in this form, that it opens a new form- with default view single form- with the "clicked" record in the form.
I have tried
DoCmd.GoToRecord acDataForm, stDocName, acGoTo, me.CurrentRecord
but sometimes it doesn't show the right record.

Thanks for answer

Daniel
 
Try DoCmd.OpenForm FORM NAME etc.
all details in Help

HTH

Simon
 

Users who are viewing this thread

Back
Top Bottom