Part of Feild

Majid Umar

Registered User.
Local time
Today, 01:08
Joined
Aug 2, 2001
Messages
22
Hi,

In Query I'm trying to output Tenant No using using following criteria:

Left ([Tenant_No],6)

In order to output last 6 digits of Tenant No. But I'm getting no records at all.

Any Suggestion ???
 
In a new Column in the QBE grid put: Tenant No.: Left([Tenant_No],6)

This will give you FIRST 6 characters of the Tenant_No string.... If you want the last 6 characters of the string use the Right function.
 

Users who are viewing this thread

Back
Top Bottom