Can you please put in a "Remember Me" type of function for the settings section, if a user clicks advanced then it remembers that selection and open the advanced settings every time.
On advanced button click:
- Code: Select all
with my.settings
.advancedsettings = true
.save
end with
On settings click:
- Code: Select all
with my.settings
if .advancedsettings = true then
'Open full advanced settings tabs
end if
end with
It saves having to click the advanced button and get the popup every time.
Let me know what you think.
Stevie