G
Guest
I have a form that opens, requests user to enter two fields, on update of
last field, this form executes macro that performs the following:
Action = OpenForm
FormName = Fr_CR_U
View = Form
Where Condition =
([TST_FR_CASE_RECORDS]![CASE_NUM_YR]=[Forms]![Fr_Search_By_Case]![unbtxt_SEARCH_CASE_YR]
And
[TST_FR_CASE_RECORDS]![CASE_NUM]=[Forms]![Fr_Search_By_Case]![unbtxt_SEARCH_CASE_NUM])
Data Mode = Edit
Window Mode = Normal
Sometimes, if the user enters data that is Not-In-File, the form opens
totally empty.
I want to be able to issue MsgBox error condition back to user, send them
back to first form to try again rather than open empty form.
What do I have to code for on this condition?
Thanks
last field, this form executes macro that performs the following:
Action = OpenForm
FormName = Fr_CR_U
View = Form
Where Condition =
([TST_FR_CASE_RECORDS]![CASE_NUM_YR]=[Forms]![Fr_Search_By_Case]![unbtxt_SEARCH_CASE_YR]
And
[TST_FR_CASE_RECORDS]![CASE_NUM]=[Forms]![Fr_Search_By_Case]![unbtxt_SEARCH_CASE_NUM])
Data Mode = Edit
Window Mode = Normal
Sometimes, if the user enters data that is Not-In-File, the form opens
totally empty.
I want to be able to issue MsgBox error condition back to user, send them
back to first form to try again rather than open empty form.
What do I have to code for on this condition?
Thanks