H
HumanJHawkins
I have a database that shares some common metadata tags with other
databases. So, to insure consistancy, we put the shared data in it's
own database and have all the other DBs tie into it.
In an Access Data Project that it connected to my main database, I
would like to have a comobo box on a form that is populated with
options from this other database.
The query I am trying to use for source data is:
SELECT pkThing, vchThing FROM Metadata.dbo.Things WHERE (NOT
(vchThing = '<Not Applicable>'))
This query runs fine in Enterprise Manager, so I know permissions are
good. But my combo box comes up empty. Is there anything extra I need
to do to make a combo box work with a query to an external DB?
Thanks!
databases. So, to insure consistancy, we put the shared data in it's
own database and have all the other DBs tie into it.
In an Access Data Project that it connected to my main database, I
would like to have a comobo box on a form that is populated with
options from this other database.
The query I am trying to use for source data is:
SELECT pkThing, vchThing FROM Metadata.dbo.Things WHERE (NOT
(vchThing = '<Not Applicable>'))
This query runs fine in Enterprise Manager, so I know permissions are
good. But my combo box comes up empty. Is there anything extra I need
to do to make a combo box work with a query to an external DB?
Thanks!