I have a simple Access database set up and a form and I need to compare two textboxes,
'email1' and 'email2', on the form.
If the two textboxes do NOT match I need to change the background colour of 'email1' to
RED to bring this to my attention.
This needs to change on a 'per record' basis, so as I scroll through the records using the
standard 'next' and 'previous' buttons I can quickly see which ones are and are not
matched!
Can anyone submit some code for me as I have NO idea at all!
PS this needs to work directly in Access and not a standalone VB frontend!
'email1' and 'email2', on the form.
If the two textboxes do NOT match I need to change the background colour of 'email1' to
RED to bring this to my attention.
This needs to change on a 'per record' basis, so as I scroll through the records using the
standard 'next' and 'previous' buttons I can quickly see which ones are and are not
matched!
Can anyone submit some code for me as I have NO idea at all!
PS this needs to work directly in Access and not a standalone VB frontend!
Comment