Hello:
I get this error message: "Cannot access the selected table. States.Abbr"
I get this message when I
- edit and save combobox cboStates, which has RowSource: States.Abbr
and then
- close the form
The closing cmdReturn has this click code:
DO (THISFORM.menuorform) && Another form named in form property "menuorform"
THISFORM.Release()
---------------
The error does not occur if I do not edit and save.
The table States is open just before I click cmdReturn.
I have purposely left out any CLOSE, as it is said to be the most likely culprit if it is in the wrong place.
I cannot figure out why this happens, but perhaps you can give me a lead.
Thanks,
Hans L