M
mark_jm via AccessMonster.com
I have a query which uses data from one table, but which selects data from
other tables dependant on certain field values.
The query works fine until I add the select ststement:
exrate: (SELECT [currency_rates_table].[rate] FROM [currency_rates_table]
WHERE([currency type] = [Suppliers].[currency] AND [from]<=[date entered]
AND [to]>[date entered] ))
As soon as I add this select statement,( which does what is is supposed to do)
, the query them dosnt allow edits???
Any ideas why and how to over coem it. I have tried converting it to a
dlookup, which does seem to work , but this is not as efficient as the select
statement , and I would really like to understand why the select statement is
doing this any way???
other tables dependant on certain field values.
The query works fine until I add the select ststement:
exrate: (SELECT [currency_rates_table].[rate] FROM [currency_rates_table]
WHERE([currency type] = [Suppliers].[currency] AND [from]<=[date entered]
AND [to]>[date entered] ))
As soon as I add this select statement,( which does what is is supposed to do)
, the query them dosnt allow edits???
Any ideas why and how to over coem it. I have tried converting it to a
dlookup, which does seem to work , but this is not as efficient as the select
statement , and I would really like to understand why the select statement is
doing this any way???