toolsofministry
Programmer
Dim todaysdate As Date
crPrintAssignments.DiscardSavedData
todaysdate = Date
crPrintAssignments.RecordSelectionFormula = "{ado.DateofNexVisit} <= '" & todaysdate & "'"
crPrintAssignments.PrintOut False ', 1, False, 1, 1
Can someone tell me why the formula shown does not print the records that are <= to the current date (Computer Date)?
Thanks,
Gerald J. Robinson
crPrintAssignments.DiscardSavedData
todaysdate = Date
crPrintAssignments.RecordSelectionFormula = "{ado.DateofNexVisit} <= '" & todaysdate & "'"
crPrintAssignments.PrintOut False ', 1, False, 1, 1
Can someone tell me why the formula shown does not print the records that are <= to the current date (Computer Date)?
Thanks,
Gerald J. Robinson