merciless32
Registered User.
- Local time
- Today, 18:33
- Joined
- Mar 4, 2002
- Messages
- 48
Hello all!
I have an front end password form that I built for a daycare with the help of this forum...thanks to everyone BTW. That piece works perfectly. The parent logs in and the form checks the name and password and then opens a Student Log so that the student can be signed into the facility. This is where it gets ugly.
The Student Log opens and autopopulates the parent name into an unbound field...that happens with no problems, but what I need is for that value to also be dropped into the Student Log table (tblStudent_Log) so that I can run queries off the field. I have searched everywhere for several days and can't find how to insert the data from an unbound field into a table. I think it will either be Insert or Update, but can't figure out how to put it all together.
Thanks in advance, oh, great Access gurus!!!
I have an front end password form that I built for a daycare with the help of this forum...thanks to everyone BTW. That piece works perfectly. The parent logs in and the form checks the name and password and then opens a Student Log so that the student can be signed into the facility. This is where it gets ugly.
The Student Log opens and autopopulates the parent name into an unbound field...that happens with no problems, but what I need is for that value to also be dropped into the Student Log table (tblStudent_Log) so that I can run queries off the field. I have searched everywhere for several days and can't find how to insert the data from an unbound field into a table. I think it will either be Insert or Update, but can't figure out how to put it all together.
Thanks in advance, oh, great Access gurus!!!