sougata666
Registered User.
- Local time
- Today, 07:36
- Joined
- May 1, 2016
- Messages
- 36
Hello Access Gurus,
I want to assign the text of a textbox (in a form) to a particular row in a query.
For example, suppose the query has the following output
EmployeeID(key) LastPosn
------------------- -----------
12356 Manager
14567 CEO
18574 Chief Engineer
I want the textbox to display LastPosn based on the employee i select using a combobox in the form.
I want to assign the text of a textbox (in a form) to a particular row in a query.
For example, suppose the query has the following output
EmployeeID(key) LastPosn
------------------- -----------
12356 Manager
14567 CEO
18574 Chief Engineer
I want the textbox to display LastPosn based on the employee i select using a combobox in the form.