M
Morten_pou
Hi
I am currently developing a Access2000 adp-projekt so that it can run on both access2000 and access 2002. This means that the projekt ofcourse is a access2000 projekt
The problem is my validation rule 'like "#######"' (works on Access2000, nt4) but when the same adp-file is opened in access 2002 (windows xp) the validation keeps failing. (there is no problem when I am useing the same rule in a native access2002 projekt)
I have also tryed to make my own validation-function
public function ValidateTest(objC as control) as boollea
ValidateTest=tru
end function
But even when useing this simple function it keeps rejecting all imput to the control
What am I doing wrong
Morte
MCSD, mast.ComputerSience
I am currently developing a Access2000 adp-projekt so that it can run on both access2000 and access 2002. This means that the projekt ofcourse is a access2000 projekt
The problem is my validation rule 'like "#######"' (works on Access2000, nt4) but when the same adp-file is opened in access 2002 (windows xp) the validation keeps failing. (there is no problem when I am useing the same rule in a native access2002 projekt)
I have also tryed to make my own validation-function
public function ValidateTest(objC as control) as boollea
ValidateTest=tru
end function
But even when useing this simple function it keeps rejecting all imput to the control
What am I doing wrong
Morte
MCSD, mast.ComputerSience