Opening a datasheet with the cursor at a specific record

Essendon

Registered User.
Local time
Today, 21:27
Joined
Oct 25, 2001
Messages
65
Hi again,

I was wondering how I would open a datasheet form (called List View) and get it to move the cursor to a specific position?

With the following code, It opens only the matching record in datasheet view. However, I want it to open all the records, but have the cursor in the position of "ME.ID".

StrDocName = "List View"
strLinkCriteria = "[ID] = " & Me.ID
DoCmd.OpenForm strDocName, , , strLinkCriteria

Any help would be appretiated..

Thankyou,

Peter.
 

Users who are viewing this thread

Back
Top Bottom