Probably overthinking this. . . seems like it should be simple - but I can't get it!!
Trying update or append queries, thought those would work! (Tried IIF function - worked, but it just creates new column in query. I need a new record in a table.)
So, two tables: Contacts - has a yes/no field. Based on that "true" or yes field - I'd like to update records in my other one-to-many table called History. History has a field called DateRan - I'd like all the contacts with a yes to have a corresponding DateRan record of "March 2017." I'd like to run this every month.
I do also need a query to 'clear' my yes/no field before/after each monthly update, so I can start each month fresh. Figure that's the easy part. Haven't worked on that one yet though! LOL! Probably not the best design. But thought this might be a quick fix.
I have linked tables, Excel sheets to the yes/no field, so re-design is not an option at this point.
Please Help! What I am missing!
Eventually, I'd like to be able run a report/query that lists Contacts, History [DateRan] and my other table Notes.