J
jerryb123
I've created a relatively simple MS Access database which allows users to
look up information based on a series of cascading combo boxes. There is some
VBA Code behind these boxes to limit rows in some of the boxes based on
inputs in the other boxes, but everything works fine on my machine, which is
running MS Access 2007.
However, I'm trying to deploy this to a bunch of people, most of whom are
using MS Access 2003, and it isn't working properly on their machines. I
suspect it has to do with their security settings and permissions, and I
would like to know what settings on their machines might be preventing my
code from running. I'm sure this is a simple fix and there's just something I
haven't clicked or checked on their machines...
look up information based on a series of cascading combo boxes. There is some
VBA Code behind these boxes to limit rows in some of the boxes based on
inputs in the other boxes, but everything works fine on my machine, which is
running MS Access 2007.
However, I'm trying to deploy this to a bunch of people, most of whom are
using MS Access 2003, and it isn't working properly on their machines. I
suspect it has to do with their security settings and permissions, and I
would like to know what settings on their machines might be preventing my
code from running. I'm sure this is a simple fix and there's just something I
haven't clicked or checked on their machines...