J
Javes
Hello,
One of the professionals helped me with a code below but
it doesn't seem to work...nothing shows up, all 3 fields
are unbound....I would like to know if someone has a code
for a field I want to compare: IF Textbox1 is EQUAL to
Textbox2 THAN Textbox3 will display Textbox1 Total OR IF
they are not equal THAN it will display a
message "UNBALANCED"
I suck at coding, I placed this code in the Event
BeforeUpdate and it doesn't give any errors but nothing
shows up:
If Me!Textbox1 = Me!textbox2 then
Me!Textbox3 = Me!Textbox1
Else
Me!Textbox3 = "Unbalanced"
End IF
Please HELP!!!!
Thanks for all that continue to support me.
Javes
One of the professionals helped me with a code below but
it doesn't seem to work...nothing shows up, all 3 fields
are unbound....I would like to know if someone has a code
for a field I want to compare: IF Textbox1 is EQUAL to
Textbox2 THAN Textbox3 will display Textbox1 Total OR IF
they are not equal THAN it will display a
message "UNBALANCED"
I suck at coding, I placed this code in the Event
BeforeUpdate and it doesn't give any errors but nothing
shows up:
If Me!Textbox1 = Me!textbox2 then
Me!Textbox3 = Me!Textbox1
Else
Me!Textbox3 = "Unbalanced"
End IF
Please HELP!!!!
Thanks for all that continue to support me.
Javes