In AC97, I have a table TaskLog with fields Operator and Completion Date. I would like the maximum Completion Date to show in a text box on a form for the Operator selected from cbxOperator. I've tried a number of variations of the following for the record source of the textbox but the textbox come up blank.
=DMax("[Completion Date]","TaskLog","[Operator] = '& cbxOperator &'")
Any suggestions?
Thanks,
Brian
=DMax("[Completion Date]","TaskLog","[Operator] = '& cbxOperator &'")
Any suggestions?
Thanks,
Brian