FinalPrime
Technical User
Working with Access 2000
1) At open of formA get message box error message
"the recordSource ~sq~cformA~cList221 specified on form doesn't exist'
2) This error message is incorrect. I deleted field List221 off form.
3) In Design View's dropdown field list, List221 is not present. (correct)
4) In object Brower Search through all libraries, List221 is found in top pane (member List221, Class formA). Wrong: This does Not exist!
5) In Bottom panes of object Browser, Member of formA List221 is hot there. (correct)
In other words, Assess is telling me List221 sometimes exists and sometimes doesn't.
It is correct 2 times, incorrect 2 times.
All manual searches though code references no List221.
How to I get Access to stop producing a false error message.
(Repair does nothing)
Any insight is appreciated.
FinalPrime
1) At open of formA get message box error message
"the recordSource ~sq~cformA~cList221 specified on form doesn't exist'
2) This error message is incorrect. I deleted field List221 off form.
3) In Design View's dropdown field list, List221 is not present. (correct)
4) In object Brower Search through all libraries, List221 is found in top pane (member List221, Class formA). Wrong: This does Not exist!
5) In Bottom panes of object Browser, Member of formA List221 is hot there. (correct)
In other words, Assess is telling me List221 sometimes exists and sometimes doesn't.
It is correct 2 times, incorrect 2 times.
All manual searches though code references no List221.
How to I get Access to stop producing a false error message.
(Repair does nothing)
Any insight is appreciated.
FinalPrime