hi
i am using acess 2003 as back end of my application.
database was fine a few days back. i have a table named Ac_LedgerMaster .
i have several tables that are related to this table. now relations to a field in this table have reached the maximum limit i.e. i can no more relate this paricular field to any other table. but this database is still fine. after that i added 7 union queries. there are 3 other quereis that are drawing data from the 7 union queries.
now whenever i add a new table or query in the database one of the 3 queries gets currupted. when i double clik on a paricular query (out of aforementioned 3 quereis) then following error message is displayed
"Microsoft access database has encountred a problam and needs to be closed."
on clicking 'Dont Send' button database closes.
any minor change in that query solve the problam. i open it in design view. and replace double quotes with single quotes e.g. numAmount:val(n umAmount & "") is replaced with numAmount:val(n umAmount & '')
whenever i add a new query or alter an existing query any one of the 3 quereis gets corrupted. now i replace the single quotes with double quotes. it again solve the problam. but now a query is currupted again. i could not resolve the plroblam by all of my efforts.
please help
regards
manpreet singh dhillon hoshiarpur
i am using acess 2003 as back end of my application.
database was fine a few days back. i have a table named Ac_LedgerMaster .
i have several tables that are related to this table. now relations to a field in this table have reached the maximum limit i.e. i can no more relate this paricular field to any other table. but this database is still fine. after that i added 7 union queries. there are 3 other quereis that are drawing data from the 7 union queries.
now whenever i add a new table or query in the database one of the 3 queries gets currupted. when i double clik on a paricular query (out of aforementioned 3 quereis) then following error message is displayed
"Microsoft access database has encountred a problam and needs to be closed."
on clicking 'Dont Send' button database closes.
any minor change in that query solve the problam. i open it in design view. and replace double quotes with single quotes e.g. numAmount:val(n umAmount & "") is replaced with numAmount:val(n umAmount & '')
whenever i add a new query or alter an existing query any one of the 3 quereis gets corrupted. now i replace the single quotes with double quotes. it again solve the problam. but now a query is currupted again. i could not resolve the plroblam by all of my efforts.
please help
regards
manpreet singh dhillon hoshiarpur
Comment