Voltron
Defender of the universe
- Local time
- Today, 08:01
- Joined
- Jul 9, 2009
- Messages
- 77
I have a database and have to create forms for data entry. However, I have been informed that having the controls bound to the fields in the tables is out of the question.
I was just wondering how I would go about getting the information to properly submit and be transferred to the appropriate field in the appropriate table.
Would something like...
me.txtUserID.Control Source = USE SQL TO RUN QUERY HERE
...work or would I have to do something else.
I woulde use this code in the submit button right before the close of the record.
I know this sounds weird and a little redundant and I have explained this to my superiors, but this is what they want and they have not budged. I was thinking of having a continuous form and then having the user hit a button to get ready to submit and then the submit button replaces the READY button for being visible.
Would this code work to bound the information upon submission? Or is there something else I should do?
I was just wondering how I would go about getting the information to properly submit and be transferred to the appropriate field in the appropriate table.
Would something like...
me.txtUserID.Control Source = USE SQL TO RUN QUERY HERE
...work or would I have to do something else.
I woulde use this code in the submit button right before the close of the record.
I know this sounds weird and a little redundant and I have explained this to my superiors, but this is what they want and they have not budged. I was thinking of having a continuous form and then having the user hit a button to get ready to submit and then the submit button replaces the READY button for being visible.
Would this code work to bound the information upon submission? Or is there something else I should do?