Recent content by mzoucha

  1. M

    Property Not Found - 3270 - For some users and not others

    They are using Access 2016, and I built the database on 2010. (I have a computer at work still on Windows 7, hence the 2010 version) I also have one on Windows 10 using 2016, and the code was working fine for both of them, which is why I didn't take the version into account. Is there something...
  2. M

    Property Not Found - 3270 - For some users and not others

    I created the new database, and the code worked fine, like it does in my copy of the database in question, so I am just really stumped why it isn't working for some of my coworkers when they get into it. It is online through Sharepoint, with local copies on everyone's computer, but that...
  3. M

    Property Not Found - 3270 - For some users and not others

    Thanks for the quick response. Is there any reason why it wouldn't need to be created when I run it, but for others it needs to be? I have pretty good VBA and Access knowledge, but this one has been throwing me for a loop!
  4. M

    Property Not Found - 3270 - For some users and not others

    I have this code in the Current() event for the "home page" of a database I built for work, in order to force the database into tabbed view instead of overlapping windows (it seems any time I sync changes to the database, it defaults everyone's copies back to overlapping windows): Private Sub...
Back
Top Bottom