View Full Version : Opening a datasheet with the cursor at a specific record


Essendon
11-02-2001, 11:03 PM
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.

Essendon
11-03-2001, 12:16 AM
problem fixed...no need to respond thanks