G
gsnidow via AccessMonster.com
Greetings folks. I am trying to use two text boxes as a restriction to a
command button. Right now I have If Me.txtUser_ID.value = Me.txtCurrent_user.
value Then rest of code. It is not working, eventhough both boxes have the
same value for my test record. Is there another way to check if the values
of these boxes is equal. Both fields are text datatype.
command button. Right now I have If Me.txtUser_ID.value = Me.txtCurrent_user.
value Then rest of code. It is not working, eventhough both boxes have the
same value for my test record. Is there another way to check if the values
of these boxes is equal. Both fields are text datatype.