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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Expression Quit working

Status
Not open for further replies.

randifprf

Technical User
Aug 22, 2004
11
US
I have had this expression denoting a IDNumber
=[StudentID] & Left([FirstName],1) & Left([LastName],1) &
[InstClID]
Now It has stopped working
Get Runtime Error 2113
This is the code but I get a #Name? in the text box
containing the expression.

Private Sub InstructorPP_DblClick(Cancel As Integer)
Me.IDnumber.Value = InstIDtxt

End Sub

Taking out the FirstName and LastName makes it work but need the initials. It was working.
Any Ideas
 
What is the type and size of IDnumber ?

Hope This Helps, PH.
Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ222-2244
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top