runtime error 2465

pot2000

Registered User.
Local time
Today, 19:36
Joined
Sep 23, 2003
Messages
10
Hello all,

I hope someone can help me with the following,

I have form with a subform, on the form I have button that leads to an other form on wich I want to have a field i also have on the subform I think I programed it the way it should be but some how it is not working.

[klant nummer] = [Form]![frmHoofdsubklant]![klant]
[datum invoer] = Date

it gives runtime error 2465 accesss can't find the field frmHoofdklant refferd to in your expression
 
It should be "Forms" not "Form".

[klant nummer] = Forms!frmHoofdsubklant!klant

and the form has to be open of course.
 

Users who are viewing this thread

Back
Top Bottom