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

Limit Report Field Data 1

Status
Not open for further replies.

mmck1964

Technical User
Jul 12, 2001
104
US
Try this:

left([YourField],instr(8,[YourField],"/"))

-Gary
 
I get a #Error on the report for that field.
 
Where did you place the expression? n an unbound text box, you only need:

=left([YourField],instr(8,[YourField],"/"))

-Gary
 
I put this in the contro source for the text box.
=left([Web Site],instr(8,[Web Site],"/"))
Web Site is the field name in the database.
 
Gary,
I got it now. I was using a bound test box, not unbound like you mentioned in rour response.
Thanks!!!!!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top