Q
QB
I am wanting to put in place some best practices to try and optimize a db and
am working on the 'Persistent Connection', as discussed in
http://www.granite.ab.ca/access/performanceldblocking.htm
Now, Tony starts off talking about opening a bound form in hidden mode using
DoCmd.OpenForm "frmKeepOpen", acNormal, , , , acHidden
Then he goes on to talking about referencing the fields ... using
forms!GlobalOptions!goReportBandingColour and
forms!GlobalOptions!goCorporateLogoPathandFilename
I am just a little confused since the form he originally opens was called
frmKeepOpen? Where is GlobalOptions coming from?
I am sure it is something very obvious, but I seem to be missing this
evening. Could someone oblige me and explain.
Thank you,
QB
am working on the 'Persistent Connection', as discussed in
http://www.granite.ab.ca/access/performanceldblocking.htm
Now, Tony starts off talking about opening a bound form in hidden mode using
DoCmd.OpenForm "frmKeepOpen", acNormal, , , , acHidden
Then he goes on to talking about referencing the fields ... using
forms!GlobalOptions!goReportBandingColour and
forms!GlobalOptions!goCorporateLogoPathandFilename
I am just a little confused since the form he originally opens was called
frmKeepOpen? Where is GlobalOptions coming from?
I am sure it is something very obvious, but I seem to be missing this
evening. Could someone oblige me and explain.
Thank you,
QB