Hello Community,
I have two tables (let's call Parrent & Child ) The parent contains information such as date and status of alarms, the child contains information that relates to that record via a relationship such as alarms that occurred that date.
What I am trying to accomplish is a form that displays summary information such as the following.
-Date
-Child Record = If one record exists then display that record otherwise display "Multiple Records".
-Status
I Understand this works through a query that counts the related records I just dont understand VBA to make this all work. Any help would be appreciated.
Also, for clarification I don't want to group the records, I would just like to display "Multiple" if more then one child record exists. Thanks!
I have two tables (let's call Parrent & Child ) The parent contains information such as date and status of alarms, the child contains information that relates to that record via a relationship such as alarms that occurred that date.
What I am trying to accomplish is a form that displays summary information such as the following.
-Date
-Child Record = If one record exists then display that record otherwise display "Multiple Records".
-Status
I Understand this works through a query that counts the related records I just dont understand VBA to make this all work. Any help would be appreciated.
Also, for clarification I don't want to group the records, I would just like to display "Multiple" if more then one child record exists. Thanks!