Hi, I'm trying to set up Data Validation using data from another table.
I have 2 tables. Table1 contains 2 fields: Member Name and Coverage Date. My second table is just a list of Coverage Dates. My user is going to Edit Table1 by manually entering in a Coverage Date (I have a query set up with a prompt for a window to pop up and they manually type it) but I want the Coverage Date they enter to be ONLY a value from Table2. Is there a way to tell Table1 to only allow me to use a value found in Table2? Any help is greatly appreciated.
Thanks!