K
Kayda
Hi:
I am trying to do this:
SELECT * FROM MySybaseLinkedTable WHERE dtDateTimeField >
(SELECT MAX(dtDateTimeField) FROM MyAccessTable)
When I run this query without the subselect and manually put the date
in like #5/26/2007# then the query comes back immediately. When I try
to do the above it crashes Access.
Is what I am trying to do possible? If not, what is the best way to
get a MAX value from an Access table and pass it into the linked table
query?
Thanks,
Kayda
I am trying to do this:
SELECT * FROM MySybaseLinkedTable WHERE dtDateTimeField >
(SELECT MAX(dtDateTimeField) FROM MyAccessTable)
When I run this query without the subselect and manually put the date
in like #5/26/2007# then the query comes back immediately. When I try
to do the above it crashes Access.
Is what I am trying to do possible? If not, what is the best way to
get a MAX value from an Access table and pass it into the linked table
query?
Thanks,
Kayda