I have been digging for answers on this all day and I can't seem to find a good answer. I am no good with VBA and I am certain there is a solution to my problem if I could figure out how to use VBA, but for now I am hopeful there is a simpler solution.
I have a lookup field called Incidents.Incident Type and a few other fields that I want to be populated on the same table when the Incidents.Incident Type field is equal to a certain value.
I have tried within the table properties, variations of
([Incident Type] In ("Value")) Or ([Required Field] Is Not Null)
but this trips an error.
The multi-valued field " cannot be used in a WHERE or HAVING clause.
Any thoughts about this? I am desperate at this point lol
Thanks! :)