Hi,
I need to Convert the Case in all fields on My database to UpperCase when the User Leaves the Field, I have written a simple Procedure which uses the strConv Function, but what ever If conditions I use I can't get it to only run if the field has been changed or if the field has been previously Null.
I have managed to get it to Convert case if the Value in the Field has just changed, my problem is though on any conditions I give it for Null Values, it does not seem to work or it just keeps running when every you leave the field and there by locks the field.
I need to Convert the Case in all fields on My database to UpperCase when the User Leaves the Field, I have written a simple Procedure which uses the strConv Function, but what ever If conditions I use I can't get it to only run if the field has been changed or if the field has been previously Null.
I have managed to get it to Convert case if the Value in the Field has just changed, my problem is though on any conditions I give it for Null Values, it does not seem to work or it just keeps running when every you leave the field and there by locks the field.