I have a field that I want always be stored in Upper case so use the Ucase$ function:
Forms![CyclicJobInput].JobName = UCase$(Forms![CyclicJobInput].JobName)
It works fine on an XP machine but on a Win2K machine it errors saying it cant find the function. Although I can see it in the VB object browser on the users machine.
Any ideas?
Forms![CyclicJobInput].JobName = UCase$(Forms![CyclicJobInput].JobName)
It works fine on an XP machine but on a Win2K machine it errors saying it cant find the function. Although I can see it in the VB object browser on the users machine.
Any ideas?