Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

field name problem

Status
Not open for further replies.

sades1

Programmer
Apr 15, 2002
25
US
hi,

ive built a database on access 2000 and i want to make a few changes to it. one of my fields is called "subscription number"
and i want to make a validation on it.
when i enter the code
"If Len(Me!subscription_number & "") > 5" i get an error message saying that the field cant be found. how do i enter the field name onto this code? changing the field name would be too much trouble as i have used it already in many places....
i'm a beginner at this stuff so please help!!!!

tnx,
sades
 
like this

If Len(Me![subscription number] & "") > 5

HTH Dave
ToeShot@Hotmail.com
Today Is Tomorrows Yesterday. So Why Wait
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top