S
Sokan33
My table has the following fields
UniqueID AutoNumber Primary key
Title - Text
TitleID - Number
TitleDate Date/time
MembershipID - Number
I have a calculated field in my form named:
CurrentTitle
Objective
I want to lookup my table for the most current Title date for each member
and return the corresponding title to the CurrentTitle field.
Thanking as always for your assistance.
UniqueID AutoNumber Primary key
Title - Text
TitleID - Number
TitleDate Date/time
MembershipID - Number
I have a calculated field in my form named:
CurrentTitle
Objective
I want to lookup my table for the most current Title date for each member
and return the corresponding title to the CurrentTitle field.
Thanking as always for your assistance.