greaseman
Closer to seniority!
- Local time
- Today, 16:11
- Joined
- Jan 6, 2003
- Messages
- 360
I've got a form bound to a table. On the form, some of my fields are based on the table fields, and some others are unbound. In particular, I use an unbound field in order to pull the user's name and then place it into an unbound field on the form.
Here's my questions: in an "add" process, how do I get this unbound field to come across with the bound fields and together, add an entire record? Should I code a query? If I change this userid field from unbound to bound to a field in my table, how do I then get that field to automatically populate itself, using the id of whoever is logged on? I just want to get the user's id placed onto a record when I add it through a form, but I'm having a dog of a time!
Any help is most welcome! Thanks!
Here's my questions: in an "add" process, how do I get this unbound field to come across with the bound fields and together, add an entire record? Should I code a query? If I change this userid field from unbound to bound to a field in my table, how do I then get that field to automatically populate itself, using the id of whoever is logged on? I just want to get the user's id placed onto a record when I add it through a form, but I'm having a dog of a time!
Any help is most welcome! Thanks!