Problems from converting a file from Access2000 to 2003

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have just converted a file from Access 2000 to 2003.
A combo box that used to take values from a query (when selecting a value
in an other combo box) does not return any values any more.
I also get an annoying security worning when I start up the file. I have
checked the help file and tried to reduse the security to low but under
Tools/Macro menu I do not have an option for security.
Does anybody know how can these problems be solved?

Thanks in advance.
 
Thank you very much for you reply Allen.
I have tried View|Toolbars|Customise|Options|Reset menu and tolbar usage data
but still I can not see
Tools |Macro|Security
As far as the combo box problem, I have narrowed down the problem to this:
Both combo boxes are in a subfom. The Query which I use to select the values
of the combo box
looks like this
SELECT SUBSUBT.SUBCATEGORY, SUBSUBT.SUBSUB
FROM SUBSUBT
WHERE (((SUBSUBT.SUBCATEGORY)=[forms]![Mainform]![Subform]![Combo0]));

I have found that the problem is the criteria:
[forms]![Mainform]![Subform]![Combo0]
If I put the combo0 in the main form and use the criteria:
[forms]![Mainform]![Combo0]
the system works fine. It seems that in an Access 2003 query I can not refer
to controls in subforms as we do in Access 2000.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top