hey im updating a current dbase and im having a problem right now i have a table for employess with there id's and email addresses , now i have a form with a combo box that shows these email addresses from the table
SELECT DISTINCT [tblEmp]. FROM tblEmp ORDER BY [tblEmp].[Email]
now if i didnt want the table instead i wanted a query as the row source .. say qrptGrAt that has the same information as the table "emp id and email addressses"
how would i go about that ?
is it even possible?
SELECT DISTINCT [tblEmp]. FROM tblEmp ORDER BY [tblEmp].[Email]
now if i didnt want the table instead i wanted a query as the row source .. say qrptGrAt that has the same information as the table "emp id and email addressses"
how would i go about that ?
is it even possible?