- Local time
- Today, 20:59
- Joined
- Sep 12, 2006
- Messages
- 16,072
this single line of code has been working fine for ages in various versions of Access, but has just thrown an error in Access 2002
subroutes is the name of a subform control on a main form.
Could this be an installation issue on the particular terminal? Any thoughts?
I have added an on error resume next, so it should be OK now, but I cant understand whats caused this.
Code:
subroutes.Form.OrderByOn = False
subroutes is the name of a subform control on a main form.
Could this be an installation issue on the particular terminal? Any thoughts?
I have added an on error resume next, so it should be OK now, but I cant understand whats caused this.