Hi all,
I have a search and append form, for one or 2 textboxes i am calling a module which puts a value entered in them, into proper case. The code in the textbox on exit calls the module but only prompts the user with message if they want there entry into proper case if or not (vbyesno), if textybox is not null and entry is not already in proper case format.
Now the problem i got was it did not seem to run the functin like this, until i added Option Compare Binary to both module and form's module, i had to also delete Option Compare Database as i was calling this function somewhere else.
I was wondering will this affect the functionality of my database in anyway, i.e. deleting option compare database from my form's module, Whats it do?
Any help appreciated, thanks in advance.
I have a search and append form, for one or 2 textboxes i am calling a module which puts a value entered in them, into proper case. The code in the textbox on exit calls the module but only prompts the user with message if they want there entry into proper case if or not (vbyesno), if textybox is not null and entry is not already in proper case format.
Now the problem i got was it did not seem to run the functin like this, until i added Option Compare Binary to both module and form's module, i had to also delete Option Compare Database as i was calling this function somewhere else.
I was wondering will this affect the functionality of my database in anyway, i.e. deleting option compare database from my form's module, Whats it do?
Any help appreciated, thanks in advance.