P
Pete Merenda
My goal is for users to populate five key fields on a form after creating a new record. If they do not, I want them to be prompted before moving to a new record. After making the changes I thought were correct, I can't produce any prompt at all
On table props, design: I set five fields to 'required', yes. Then set 'Allow Null Values' to no
Wrote a macro: condition: IsNull([Field1]) Or IsNull([Field2]) Or IsNull.... (didn't include the word "If" anywhere
actions: 1) runcommand \ stop loading page; 2) Msgbo
Attached macro to form properties: 'Before Update', and 'On Close' for safe measure. When tesing, I'm not prompted at all
Other items: I know the data in my Db does not conform with 'new' required fields. After making 'required' changes, I clicked through ('Yes') and had Access continue to evaluate
Having a hard time pinpointing the problem since there are multiple variables in play...but the functions seems simple
Any suggestions are appreciated.
On table props, design: I set five fields to 'required', yes. Then set 'Allow Null Values' to no
Wrote a macro: condition: IsNull([Field1]) Or IsNull([Field2]) Or IsNull.... (didn't include the word "If" anywhere
actions: 1) runcommand \ stop loading page; 2) Msgbo
Attached macro to form properties: 'Before Update', and 'On Close' for safe measure. When tesing, I'm not prompted at all
Other items: I know the data in my Db does not conform with 'new' required fields. After making 'required' changes, I clicked through ('Yes') and had Access continue to evaluate
Having a hard time pinpointing the problem since there are multiple variables in play...but the functions seems simple
Any suggestions are appreciated.