(%db_versie_oud% <> 4403) OR (%db_versie_oud% <> 4500)
Can someone tell me what is wrong with the above expression?
I want to make a if statement like this:
if ((%db_versie_oud% <> 4403) OR (%db_versie_oud% <> 4500))
messagebox(your db version is not 4403 or 4500)
end if
Thanks in advance for the tips!
Brian


