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.
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.