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!

Zoom Window for QBE? 1

Status
Not open for further replies.

perrymans

IS-IT--Management
Nov 27, 2001
1,340
US
Isn't there a Zoom window in the QBE environment that would allow me to see all of my query field easier than in QBE. I have numerous fields like:

Code:
Name: IIf(InStr((Trim(Right([F1],(Len([F1])-19)))),"dataline"),Trim(Left((Trim
(Right([F1],(Len([F1])-19)))),InStr((Trim(Right([F1],(Len([F1])-19)))),
"dataline")-3)),Trim(Left((Trim(Right([F1],(Len([F1])-19)))),InStr((Trim
(Right([F1],(Len([F1])-19)))),"DL")-1)))

And it is getting hard to read. Thanks. Sean.
 
Trying to avoid SQL view so I can see just the one field at a time.

Thanks a lot! I knew it was there somewhere!

Sean.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top