I have a form with several subforms which are driven by a very large query with lots of calculations.
However, I need to reduce the length of the query as it crashes NT systems.
I have created an additional query which uses the calculations from the original large query to calculate additional info from the cost data table. I have then linked this to the original main query (now reduced in size). However, when I open the database I cannot change or add a new record. I get error 'Recordset is not updatable'
Can anyone point me in the right direction here. I don't want to lose any referential integrity on any tables either.
Let me know if I need to explain in more detail.
Many thanks,
Osx
However, I need to reduce the length of the query as it crashes NT systems.
I have created an additional query which uses the calculations from the original large query to calculate additional info from the cost data table. I have then linked this to the original main query (now reduced in size). However, when I open the database I cannot change or add a new record. I get error 'Recordset is not updatable'
Can anyone point me in the right direction here. I don't want to lose any referential integrity on any tables either.
Let me know if I need to explain in more detail.
Many thanks,
Osx