T
Troy
Hello,
Can someone please help me by telling me what was the designer's intensions
with the procedure shown below?
I'm getting an error 438 from VB stating that this method is not allowed.
The theory is that clicking on a name shown in List26 would update several
fields (name and address) in the same form.
Sub List26_AfterUpdate()
Me.RecordsetClone.FindFirst "[CarYardId] = " & Me![List26]
Me.Bookmark = Me.RecordsetClone.Bookmark
End Sub
Thank you.
Troy
PS
Using ACC connected to SQL2k
Can someone please help me by telling me what was the designer's intensions
with the procedure shown below?
I'm getting an error 438 from VB stating that this method is not allowed.
The theory is that clicking on a name shown in List26 would update several
fields (name and address) in the same form.
Sub List26_AfterUpdate()
Me.RecordsetClone.FindFirst "[CarYardId] = " & Me![List26]
Me.Bookmark = Me.RecordsetClone.Bookmark
End Sub
Thank you.
Troy
PS
Using ACC connected to SQL2k