S
scmiles
I solved my own problem if anyone is interested.
When entering in your custom query, you have to include
the database information in the select statement as wel
as the table, unlike working in SQL Query Analyzer where
you would say
Select * from Events (for a table called events in a db
called Calendar which you where conencted to)
In FP2003 Custom Query editor you would enter
(Select * from Calendar.dbo.events)
Also you do need to enable the update query option in the
data retrieval services section of the admin pages.
When entering in your custom query, you have to include
the database information in the select statement as wel
as the table, unlike working in SQL Query Analyzer where
you would say
Select * from Events (for a table called events in a db
called Calendar which you where conencted to)
In FP2003 Custom Query editor you would enter
(Select * from Calendar.dbo.events)
Also you do need to enable the update query option in the
data retrieval services section of the admin pages.