Separating style from content in form design with vba - Access 2007
Having done a bit of web design in the past开发者_开发问答, I found the benefit of using style sheets to make changes to multiple pages at once. I have tried to incorporate this into the development of my access apps by creating modules that style forms and running these routines on the forms On Open event. If I need to make any changes to, for example, a forms header background colour I can do this in the coding as opposed to having to change each form individually.
I'm sure I'm not the first to do so, but I was wondering if any body else does this and if there are any pitfalls that I may need to be aware of?
Other people do this and there are no pitfalls of which you need to be aware.
精彩评论