Has anyone come across Error 1494 ("The view cannot be re-queried. The view definition in the database has been changed. Close and reopen the view. To ensure that the view is not changed, open the database exclusively."
?
This error comes up when I try to open my three page form which has a parameterized view feeding it. The first page of the form has a grid on it with the view as its record source. The view has no data on entry but is requeried when the form is opened so it can set the parameters to have no value (set them = to " "
. The view works on its own with no problem, but for some reason will no longer work in my form (it did at one point). Before the form is ever opened, I run a daily process that cleans up and merges some downloads and puts the info into a final table. The view then consists of this final table and two other tables.
I have tried many things such as totally rebuilding the view and also removing and readding the view to the form but NOTHING seems to work. I just don't know where else to look since rebuilding the view doesn't even work.
Can anyone tell me if they know when a message like this usually occurs? I'm pretty sure something in my daily process is causing it but I can't figure out which piece or where to start looking so if anyone can give me some ideas as to where they've seen this error, I might be able to pinpoint which piece of my daily process is causing it.
Thanks for any ideas you can give me!
Michelle
This error comes up when I try to open my three page form which has a parameterized view feeding it. The first page of the form has a grid on it with the view as its record source. The view has no data on entry but is requeried when the form is opened so it can set the parameters to have no value (set them = to " "
I have tried many things such as totally rebuilding the view and also removing and readding the view to the form but NOTHING seems to work. I just don't know where else to look since rebuilding the view doesn't even work.
Can anyone tell me if they know when a message like this usually occurs? I'm pretty sure something in my daily process is causing it but I can't figure out which piece or where to start looking so if anyone can give me some ideas as to where they've seen this error, I might be able to pinpoint which piece of my daily process is causing it.
Thanks for any ideas you can give me!
Michelle