I have a form with a drop down box and some text fields. The trainee's in our department are able to enter they're personal information along with what software they have been trained on. So we have:
autoNumber, firstName, lastName, middleInitial, department and finally softwareName (which is the software the trainee has been trained on)
Initially the user selects the software he/se has been trained on. The problem we ran into recently is we would like for the user to have the option to return to the menu and add aditional software, in the event the same trainee gets trained on a different software program.
What code do I have to use to append data to a field ([softwareName]) field.
NOTE: the software is selected from a dropdown box.
So I suppose the code has to go something like this:
where the user = fristName, lastName, middleInit APPEND [software] (selected from dropdown box)
sorry about the broad nature of this question and the lengthy explination. but sometimes the more info the better
autoNumber, firstName, lastName, middleInitial, department and finally softwareName (which is the software the trainee has been trained on)
Initially the user selects the software he/se has been trained on. The problem we ran into recently is we would like for the user to have the option to return to the menu and add aditional software, in the event the same trainee gets trained on a different software program.
What code do I have to use to append data to a field ([softwareName]) field.
NOTE: the software is selected from a dropdown box.
So I suppose the code has to go something like this:
where the user = fristName, lastName, middleInit APPEND [software] (selected from dropdown box)
sorry about the broad nature of this question and the lengthy explination. but sometimes the more info the better