M
mhmaid
hi all
I have some mandotory fields like invoice transaction amount , and before
this field there are many fiels but not mandatory ,
currently i have this code in the exit event of transaction amount
if isnull([transactionamount]) then
msgbox"must enter amt"
cancel=true
end if
but sometimes when the user reaches this field , he may want to go back to
the previos fiel before he enters any amount , may be he didnt enter data in
a prev field .
i.e.want the code to allow user only to go to previous fields , but not to
allow user to go to next fields without entering amount.
is this possible.
I have some mandotory fields like invoice transaction amount , and before
this field there are many fiels but not mandatory ,
currently i have this code in the exit event of transaction amount
if isnull([transactionamount]) then
msgbox"must enter amt"
cancel=true
end if
but sometimes when the user reaches this field , he may want to go back to
the previos fiel before he enters any amount , may be he didnt enter data in
a prev field .
i.e.want the code to allow user only to go to previous fields , but not to
allow user to go to next fields without entering amount.
is this possible.