L
LJG
Can anyone tell me why I keep getting the message :
Method or data member not found
: when I compile my project
This refers to List0 which IS the name of the list control I have on my
form. My concern would be that when I start to write the line 'rst.FindFirst
"salescontactID = " & List0' in the code window FindFirst does not show as a
choice only Find.
This is my code, any suggestions please
Dim rst As Recordset
Set rst = Forms!frmNewClientDetails.RecordsetClone
rst.FindFirst "salescontactID = " & List0
Forms!frmNewClientDetails.Bookmark = rst.Bookmark
DoCmd.Close acForm, "frmNewClientSelect"
Thanks
Method or data member not found
: when I compile my project
This refers to List0 which IS the name of the list control I have on my
form. My concern would be that when I start to write the line 'rst.FindFirst
"salescontactID = " & List0' in the code window FindFirst does not show as a
choice only Find.
This is my code, any suggestions please
Dim rst As Recordset
Set rst = Forms!frmNewClientDetails.RecordsetClone
rst.FindFirst "salescontactID = " & List0
Forms!frmNewClientDetails.Bookmark = rst.Bookmark
DoCmd.Close acForm, "frmNewClientSelect"
Thanks