P
papa
Hi Guys,
I need help with the following problem:
I have a combobox called "teams", when you click on any
entry in this combobox it automatically fills my other
combobox "agents" with all the agents of that particular
team. (this works fine!).
After you pick the agent you need it opens a new form
called "frmTaxiProcurement" which then has the agents
name displayed (this works fine!!)
What I need help with is, I want this form
("frmTaxiProcurement") to display all of this agents
details: address, telno, manager, etc. this information
is stored in a table called "TBL_TAXI_REQ_DETAILS".
Is there an easy way to make this happen?
Most of what I want shown are just textboxes but there
are also checkboxes...
Many thanks,
Papa
I need help with the following problem:
I have a combobox called "teams", when you click on any
entry in this combobox it automatically fills my other
combobox "agents" with all the agents of that particular
team. (this works fine!).
After you pick the agent you need it opens a new form
called "frmTaxiProcurement" which then has the agents
name displayed (this works fine!!)
What I need help with is, I want this form
("frmTaxiProcurement") to display all of this agents
details: address, telno, manager, etc. this information
is stored in a table called "TBL_TAXI_REQ_DETAILS".
Is there an easy way to make this happen?
Most of what I want shown are just textboxes but there
are also checkboxes...
Many thanks,
Papa