Voltron
Defender of the universe
- Local time
- Today, 03:57
- Joined
- Jul 9, 2009
- Messages
- 77
I am under directions from my bosses to use unbound controls and then have the input go to the appropriate fields in the appropriate tables upon the clicking of a submit button.
I am not sure how to go about writing code for this. Could anyone give me a hint as to where to start?
I had the following idea, but I am not sure if this would work or how to finish it...
Me.txtUserID.ControlSource = USE SQL TO GET SPECIFIC FIELD IN SPECIFIC TABLE
...does this make sense?
I am not sure how to go about writing code for this. Could anyone give me a hint as to where to start?
I had the following idea, but I am not sure if this would work or how to finish it...
Me.txtUserID.ControlSource = USE SQL TO GET SPECIFIC FIELD IN SPECIFIC TABLE
...does this make sense?