run time error 2465

stevie1969

Registered User.
Local time
Today, 14:46
Joined
Mar 10, 2006
Messages
22
one of my fields is called

partner road

in the class module when i enter me!partner_road I get a run time error 2465 cannot find field

what do I enter for the field name?

thanks
 
Is the field called 'partner road' or 'partner_road'? Obviously the two are different.

Avoid using blanks in object, field or control names.
 
Hi stevie1969,

When you have a space in your field names enclose it with parenthises.

Eg, partner road becomes [partner road], so your code below would read

Code:
me.[partner road]

I hope this helps.

Robert88
 

Users who are viewing this thread

Back
Top Bottom