Search results

  1. Z

    XenForo software version?

    Yup, probably the same people. LOTS of complaints about poor readability.
  2. Z

    XenForo software version?

    Here it is. https://www.avsforum.com/ No differentiation of post background color vs page background, no gap between posts, very hard to read.
  3. Z

    XenForo software version?

    It turns out the VerticalScope team is custom coding their own, so it differs from XF. Their reasoning is that they run a lot of sites and they need to keep them consistent and reliable. That seems logical, but we're having major readability problems with that design.
  4. Z

    XenForo software version?

    Right. The layout is very different. That is why I wondered if there are different versions of XenForo in use.
  5. Z

    XenForo software version?

    AWF looked the same as it does now, though. At least I'm pretty sure the UI didn't change since the rollout. I could be wrong. Here are some of the examples we were given for the "new look": https://www.toyotanation.com/ https://www.goproforums.com/
  6. Z

    XenForo software version?

    I'm very active on another forum that is undergoing a vBulletin to XenForo transition. We were given examples of what the forum would look like once it comes back online. They are all stark white pages with no contrasting breaks between posts. Everyone is dreading it. I like what this forum has...
  7. Z

    Best use of Macros

    All you need to do is open a new macro and hit Ctrl + V.
  8. Z

    Solved No access to VBA file

    As a matter of routine, I decompile and recompile before every published .accde is saved. I also do it after heavy changes were made in my .accdb, as compact & repair doesn't always clean everything up.
  9. Z

    Best use of Macros

    I just went into Data Macros and the interface looks the same as any other macro. In that case, you should be able to just click in the white space, then Ctrl + A to select all, and Ctrl + C to copy. Then, open a new one and Ctrl + V. You can paste it elsewhere to see the XML :)
  10. Z

    Solved Replicate Text Box in Continuous Form

    What happens if employee time needs to be updated/modified? That happens all the time with timekeeping. Your stored values would be wrong.
  11. Z

    Sending 300 emails using Access 2013

    What domain are the recipients on? Unless I missed it, you never specified. Are they internal, exchange server addresses, or are any of them external, like Gmail? That can really change things.
  12. Z

    Sending 300 emails using Access 2013

    I have as well, recently.
  13. Z

    Send email from access using outlook template

    Unfortunately SendObject can only send plain text emails. I do not know what happens if you couple that with a template that is Rich Text or HTML. Perhaps that is where the hangup is.
  14. Z

    Office Upgrade and Database Compare Woes

    That's correct. Also, I wonder if there's something about the 64-bit version causing this? I wonder if 32-bit users are having the same performance issues.
  15. Z

    Solved Saving Control properties

    I avoid all of this mess the following way: 1. Open main forms maximized 2. Access Options > Current Database > select "Tabbed Documents" and unselect "Display Document Tabs" 3. Access Options > Current Database > unselect "Use Access Special Keys", scroll down, unselect "Display Navigation...
  16. Z

    Custom ID Entry help

    I would still use an autonumber primary key field and make this custom field separate from that.
  17. Z

    Office Upgrade and Database Compare Woes

    In your first sentence you stated you were upgraded from 2013 to 2016; later you want to roll back to 2016. I think you meant that you went from 2016 to 2019. If so, I'm in the same boat. A couple of months ago IT updated us all to 365 which is comparable currently to Office 2019. Haven't ever...
  18. Z

    Solved Hiding Privacy Options for Untrusted Database

    I had been wondering about this - that is a great tip.
  19. Z

    Gmail notifications for changes made in Google Sheets - The Suite Life

    I turned that option on years ago for a spreadsheet I manage. The main annoyance for me is you get an email every time the sheet is opened as well...that could be either annoying or useful, depending.
  20. Z

    Solved ACCDE hide Ribbon stopped working

    It's possible that you've done more harm than good by dicking around in the registry...my $0.02. I hope not.
Back
Top Bottom