access2000 Validationrule not working when used in acc.2002

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top