M
Mark Carlyle via AccessMonster.com
I have a drop down box that finds the "salesrep name" in my "sales rep list"
with the select query that the drop down makes. It stores the rep number on
the form. I need to do the same lookup but pass the name instead of the rep
number.
the lookup box that gets the name looks like this...
SELECT [Debt Advisors].[Rep Number], [Debt Advisors].[Sales Rep Name] FROM
[Debt Advisors] ORDER BY [Sales Rep Name];
It displays the name but stores the rep number.
I want to use the name for something else. I dont really need to store the
name but do need to use it for another purpose.
How do I do this?
with the select query that the drop down makes. It stores the rep number on
the form. I need to do the same lookup but pass the name instead of the rep
number.
the lookup box that gets the name looks like this...
SELECT [Debt Advisors].[Rep Number], [Debt Advisors].[Sales Rep Name] FROM
[Debt Advisors] ORDER BY [Sales Rep Name];
It displays the name but stores the rep number.
I want to use the name for something else. I dont really need to store the
name but do need to use it for another purpose.
How do I do this?