H
Hugh self taught
Hi All,
I must be missing a setting somewhere. In 2 very similar databases on the
same machine I have a text box where I've set the Validation Rule to
=UCase([Nat_Reg]). In the one database it converts the input to uppercase in
the related table but it doesn't in my other database.
I have subsequently changed my approach to using KeyAscii =
Asc(UCase(Chr(KeyAscii))) on key press, but was wondering why the first
method worked in one database & not the other
I must be missing a setting somewhere. In 2 very similar databases on the
same machine I have a text box where I've set the Validation Rule to
=UCase([Nat_Reg]). In the one database it converts the input to uppercase in
the related table but it doesn't in my other database.
I have subsequently changed my approach to using KeyAscii =
Asc(UCase(Chr(KeyAscii))) on key press, but was wondering why the first
method worked in one database & not the other