Hi there,
I have a table called tblUserChanges. Within this table there are the following fields:
[Change] - Text
[ChangeDate] - DateTime
[Actioned] - YesNo
[UserID] - Number
I would like to get the latest [Change] value (using [ChangeDate]), where [Actioned] = True and [UserID]= Me.UserID
Please help! Cheers, LoveToSpod.
I'm getting the following error in the MaxDate line: "DataType mismatch in criteria expression"