Noreene Patrick
Registered User.
- Local time
- Yesterday, 18:51
- Joined
- Jul 18, 2002
- Messages
- 223
Now I need help on the query for the form
I have not worked in Access for a while and cant seem to remember how to do simple things!! I have searched before I posted this and nothing seems to be exactly what I am looking for so here goes.
I have a table (tblmembersinfo) holding name, address, birthdate, class..and I want to pull out names by the class they are in.
I based my form on a query that has name and class from table but in criteria I entered [enter class] so it sorts and only pulls up names from that class when I open my form.
But, I also need the form to allow me to add date and a checkbox for attendance and since it is based on a query, it wont let me check the box or either when I check one record it checks all the records that are pulled up.
I want the form to append this data to a history table (that is empty right now) so I can get percentages later. I know how to write an append query but nothing seems to be working correctly..I even tried a combo box that fills in the info but still I cant get the date and attendance checkbox to work.
Do I need to open form with something other than a query?
I have done this before but for the life of me I cant remember how I did it.
Thanks in advance.
I have not worked in Access for a while and cant seem to remember how to do simple things!! I have searched before I posted this and nothing seems to be exactly what I am looking for so here goes.
I have a table (tblmembersinfo) holding name, address, birthdate, class..and I want to pull out names by the class they are in.
I based my form on a query that has name and class from table but in criteria I entered [enter class] so it sorts and only pulls up names from that class when I open my form.
But, I also need the form to allow me to add date and a checkbox for attendance and since it is based on a query, it wont let me check the box or either when I check one record it checks all the records that are pulled up.
I want the form to append this data to a history table (that is empty right now) so I can get percentages later. I know how to write an append query but nothing seems to be working correctly..I even tried a combo box that fills in the info but still I cant get the date and attendance checkbox to work.
Do I need to open form with something other than a query?
I have done this before but for the life of me I cant remember how I did it.
Thanks in advance.
Last edited: