I have 2 tables, one that has transactions and one that has individuals, for each transaction I have a Yes/No field for whether the transaction qualifies as a red flag. On the individuals table I also have a yes/no field that indicates any transaction is red flagged. Right now they are not connected. Is there a way to have the first transaction field tell the individual field that an transaction was flagged? Are there any concerns since it is a one to many relation? Should the look up be a macro, in the form properties, or table look-up?
Thanks