kipster1203
Registered User.
- Local time
- , 18:11
- Joined
- May 5, 2010
- Messages
- 13
Hopefully I can explain my problem well enough for someone to help me out, if you need more info let me know.
In my program, the user accesses a popup window where he can input revision reasons, and I have a bunch of reasons and he can put a 1 next to the correct reason. Now, I just added a text box next to each reason so that the user can further comment on the revision. This data gets recorded to a Query that contains the reasons on the first row, the second row contains the an integer value (how many revisions were caused by this particular reason), and when they enter a comment, I want that comment to go below the corresponding reason. So far, I created a text box next to every reason, and so I want the comment to be recorded in the corresponding field after update.
Hope this makes some sense, could someone help me with the coding that would go with each comment box? thank you
In my program, the user accesses a popup window where he can input revision reasons, and I have a bunch of reasons and he can put a 1 next to the correct reason. Now, I just added a text box next to each reason so that the user can further comment on the revision. This data gets recorded to a Query that contains the reasons on the first row, the second row contains the an integer value (how many revisions were caused by this particular reason), and when they enter a comment, I want that comment to go below the corresponding reason. So far, I created a text box next to every reason, and so I want the comment to be recorded in the corresponding field after update.
Hope this makes some sense, could someone help me with the coding that would go with each comment box? thank you