My DB has a table that lists our school Instructors. With three of the text fields being "Instructor", "FirstName",
"LastName". How can I get the "Instructor" field to show "LastName, FirstName" I can create it using an "unbound" on my "Instructors" Form but I want it in the table if possible. Also. I have a field called "Certified". This is a Yes/No field and also a "CertifiedDate" field. I have created an unbound field on the Form for "ValidThroughDate" that is 365 days later than the "CertifiedDate". How can I get the Yes/No to auto say "Yes" if "todays date" is between the two dates and "No" if it is not? Much thanks from this novice.
"LastName". How can I get the "Instructor" field to show "LastName, FirstName" I can create it using an "unbound" on my "Instructors" Form but I want it in the table if possible. Also. I have a field called "Certified". This is a Yes/No field and also a "CertifiedDate" field. I have created an unbound field on the Form for "ValidThroughDate" that is 365 days later than the "CertifiedDate". How can I get the Yes/No to auto say "Yes" if "todays date" is between the two dates and "No" if it is not? Much thanks from this novice.