HabibValil
New member
- Local time
- Tomorrow, 01:59
- Joined
- Jan 20, 2022
- Messages
- 17
Hello everyone,
I am new to access. I have a table with some fields. I created a form for that table in Add mode so that I can add records to the table. in the form I have a combo box with values I manually entered. suppose the values are "a" , "b", "c". I have set the control source of the combo box to "Letters" field in my table.
Now when I choose "a" in combo box it goes directly to the "Letter" field in the table. But, I want to do some manipulation on the selection of the combo box (for example I want to change it to Capital A) and then store it in my table. How can I do that?
In othe words: Generally how can I make some manipulations and calculations on the selected value of combo box and then save the results of those calculations in the desired field in table?
I am new to access. I have a table with some fields. I created a form for that table in Add mode so that I can add records to the table. in the form I have a combo box with values I manually entered. suppose the values are "a" , "b", "c". I have set the control source of the combo box to "Letters" field in my table.
Now when I choose "a" in combo box it goes directly to the "Letter" field in the table. But, I want to do some manipulation on the selection of the combo box (for example I want to change it to Capital A) and then store it in my table. How can I do that?
In othe words: Generally how can I make some manipulations and calculations on the selected value of combo box and then save the results of those calculations in the desired field in table?