K
Krykota
In Access 2007, I am building a db to help manage a homeowners association.
The task is to create a record of association meetings. In this task, I need
to record attendance at the meetings.
I have a table which holds the memberships of the association. It has
columns for a primary last name, a primary first name, a secondary last name,
and a secondary first name.
I have created two queries which joins the last and first names each for
primary and secondary and then appends to a single column in a new table -
giving me all who can attend in a temporary use table.
I created a macro that will run both queries after first deleting the
current or existing column data - ensuring that I have a current list of all
member names.
My hope is that I can then create a query for a pop up form that will
display the list of names and a radio button control that can be clicked to
indicate attendance for a specific meeting date and then store that
information in a permanent table called attendance.
Any help or guidance would be greatly appreciated.
The task is to create a record of association meetings. In this task, I need
to record attendance at the meetings.
I have a table which holds the memberships of the association. It has
columns for a primary last name, a primary first name, a secondary last name,
and a secondary first name.
I have created two queries which joins the last and first names each for
primary and secondary and then appends to a single column in a new table -
giving me all who can attend in a temporary use table.
I created a macro that will run both queries after first deleting the
current or existing column data - ensuring that I have a current list of all
member names.
My hope is that I can then create a query for a pop up form that will
display the list of names and a radio button control that can be clicked to
indicate attendance for a specific meeting date and then store that
information in a permanent table called attendance.
Any help or guidance would be greatly appreciated.