Thanks for the help. Let me see if I can explain..the conbox box is used to update the feilds which follow it. (In this case, address and contact info; On selecting the name from the combobox the rest of the contact information is placed into their feilds) I currently use the following in the row source:
SELECT DISTINCTROW [evaldr query].[evaldr], [evaldr query].[evaldradd1], [evaldr query].[evaldradd2], [evaldr query].[evaldrphone], [evaldr query].[evaldrfax], [evaldr query].[evaldrlic], [evaldr query].[qmenumber], [evaldr query].[specialty], [evaldr query].[evaldrtaxID] FROM [evaldr query];
Can SELECT First be used with the DISTINCT ROW parameter?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.