evanscamman
Registered User.
- Local time
- Today, 03:19
- Joined
- Feb 25, 2007
- Messages
- 274
I'm about to start a new project and would like to get your thoughts on a few different issues:
1) Macros vs. VBA
My last project didn't use a single macro (except AutoExec and AutoKeys). With error handling for macros in 2007, is there a case for using them to handle repetitive tasks? For example: Launching a common form on a double-click event. Also, the custom Ribbon examples from MS use macros for callbacks - no VBA. (Is there a good reason for this, or are they just making a point?)
2) Custom UI based on Windows Login.
I understand Access is not "secure". None of my data will be legally sensitive, but I would like user-level access to keep snoopers from minding other people's business or messing up tables, etc... I can make different ribbons and use the Windows Login UserName to match the appropriate UI for each user's level of access. Do you think this is a good approach for my purposes?
3) Storing Input Mask Characters with Field
Is this a good idea for phone numbers, etc? or should I only ever store the raw data.
4) What's normalization?
Haha - just kidding.
Thank you,
Evan
1) Macros vs. VBA
My last project didn't use a single macro (except AutoExec and AutoKeys). With error handling for macros in 2007, is there a case for using them to handle repetitive tasks? For example: Launching a common form on a double-click event. Also, the custom Ribbon examples from MS use macros for callbacks - no VBA. (Is there a good reason for this, or are they just making a point?)
2) Custom UI based on Windows Login.
I understand Access is not "secure". None of my data will be legally sensitive, but I would like user-level access to keep snoopers from minding other people's business or messing up tables, etc... I can make different ribbons and use the Windows Login UserName to match the appropriate UI for each user's level of access. Do you think this is a good approach for my purposes?
3) Storing Input Mask Characters with Field
Is this a good idea for phone numbers, etc? or should I only ever store the raw data.
4) What's normalization?
Haha - just kidding.
Thank you,
Evan