Roger's Access Blog

Thoughts, opinions, samples, tips, and tricks about Microsoft Access

Wednesday, February 15, 2023

›
Want a good read? Try The Summer of His Life   In 1969, twelve-year-old Mike is forced to spend the entire summer at a cottage on a small la...
Tuesday, September 1, 2020

* Index to Roger’s Access Blog *

›
Access Basics How do I Create an Application in Microsoft Access? How Do I Convert A Macro to VBA Code? How Do I Configure My Access...
Sunday, March 17, 2019

Domain Function Builder

›
Application to  help  build domain functions including: Correctly formatted Criteria DMax Sequential numbering Numbered Query Running...
Friday, February 1, 2019

How Do I Turn Off Compact On Close and Name Auto Correct in Access on Start Up?

›
Create a function called SetMyOptions() Function SetMyOptions() 'turn off Compact On Close     Application.SetOption "Auto co...
Monday, January 28, 2019

How Do I Disable Layout View for Forms and Reports in Access at Start Up?

›
Create a function called SetMyOptions() Function SetMyOptions() 'disable Layout View for forms and reports     Application.SetOpti...
Monday, January 21, 2019

How Do I Maximize an Access Database at Start Up?

›
Create a function called SetMyOptions() Function SetMyOptions() 'maximize Access     Application.SetOption "maximized", T...
Monday, January 14, 2019

How Do I Minimize the Ribbon In Access at Start Up?

›
Create a function called SetMyOptions() Function SetMyOptions() 'minimize Ribbon      If Not (CommandBars("Ribbon").Contr...
›
Home
View web version
Powered by Blogger.