phool4fool
Registered User.
- Local time
- Tomorrow, 00:52
- Joined
- Dec 10, 2011
- Messages
- 34
I've another issue regarding Combo Box
I've tblEmployees & in that table I'm Resignation reason lookup table (tblReason) in which I've mentioned few reasons & there is also an "Others" option. So, during data entry, I want the user to select Resignation reason from the combo box list & if user select "Others", a Text box should appear so that user can enter the reason.
After that, I want to do a query to find out which Employees resigned for what reason. In that query result, I want to see the user typed text (reasons) for the Employees who selected "Other"
Whether in the form of " Others (reason typed by user) "
or just the text (reason) typed by the user.
I hope you got what I want to ask.
I really need that kind of result.
please guide me.
I've tblEmployees & in that table I'm Resignation reason lookup table (tblReason) in which I've mentioned few reasons & there is also an "Others" option. So, during data entry, I want the user to select Resignation reason from the combo box list & if user select "Others", a Text box should appear so that user can enter the reason.
After that, I want to do a query to find out which Employees resigned for what reason. In that query result, I want to see the user typed text (reasons) for the Employees who selected "Other"
Whether in the form of " Others (reason typed by user) "
or just the text (reason) typed by the user.
I hope you got what I want to ask.
I really need that kind of result.
please guide me.