I have the following code
Public Sub JumpToMyRecord(FrmName As String, FldName As String, RecordNum As String)
example - if I pass like below for the find first statment to work
.FindFirst "Case_Number = " & Recordnum
Getting error if I pass the field name - 'fldname' variable
.FindFirst "fldname = " & Recordnum
Start Free Trial