I am creating a database to track and log patient's attendance in various groups. This data will be used to write a quarterly group participation note.
I have created a listbox using a query, it displays 2 columns (LastName,First Name and ID#). The query is based of my tblPatient.
I am able to get the listbox to display correctly on my form, however, I am unable to make both entries save in their respective columns in my tblHistory.
Thank you,
Ann
I have created a listbox using a query, it displays 2 columns (LastName,First Name and ID#). The query is based of my tblPatient.
I am able to get the listbox to display correctly on my form, however, I am unable to make both entries save in their respective columns in my tblHistory.
Thank you,
Ann
Comment