Never Hide
Registered User.
- Local time
- Tomorrow, 00:46
- Joined
- Dec 22, 2011
- Messages
- 96
Hello everyone,
I've tried searching about my poblem but I can't find somethig about it (pretty sure it has to do with the words I'm using to search but anyway...)
I have a table Names: (id, Name, Nick_Name)
I have a form with 2 comboxes both based on that table. 1st combobox lets you browse based on the Name and 2nd one lets you browse based on the Nick_Name. When you make a selection in Name_combobox, Nick_Name_combobox displays the responding nickname and vise versa.
I want to add a textbox which will allow you to (once you have made a selection) change the Nick_Name for the selected entry.
So an example would be
Name_combobox : John
Nick_Name : Big John
New_Nick_textbox : Little John
New_Nicj_textbox is the textbox at hand
In this textbox you type "Little John", press a button and "Little John" will take the place of "Big John" in the Nick_Name Field
EDIT-I forgot to mention thateverything in the form, including the form, is unbound (don't know if that'll help you in any way but thought I should mention it
I've tried searching about my poblem but I can't find somethig about it (pretty sure it has to do with the words I'm using to search but anyway...)
I have a table Names: (id, Name, Nick_Name)
I have a form with 2 comboxes both based on that table. 1st combobox lets you browse based on the Name and 2nd one lets you browse based on the Nick_Name. When you make a selection in Name_combobox, Nick_Name_combobox displays the responding nickname and vise versa.
I want to add a textbox which will allow you to (once you have made a selection) change the Nick_Name for the selected entry.
So an example would be
Name_combobox : John
Nick_Name : Big John
New_Nick_textbox : Little John
New_Nicj_textbox is the textbox at hand
In this textbox you type "Little John", press a button and "Little John" will take the place of "Big John" in the Nick_Name Field
EDIT-I forgot to mention thateverything in the form, including the form, is unbound (don't know if that'll help you in any way but thought I should mention it
Last edited: