Hi All
Finally got the following hard coded command to work, now I want this to be dynamic so same calendar code can be used on other date fields.
Form_frmCriteriaBP.txtEndIssueDate_AfterUpdate
I have successfully created the command string in variable FormField
Dim FormField as variant
FormField = “Form_” & frm.Name & “.” & ctldate.Name & “_AfterUpdate”
How do I execute the command string in FormField?
Thanks, John GRaves