S
Song Su
I want to export to dBase IV using query. In my query, one of the field is:
Name:[Last] & " " & [First] & " " & [M]
After exported, I opened dBase, this field is 254 long. I tried:
Name:Left([Last] & " " & [First] & " " & [M],20)
but still 254 character long. I just want 20. How to do it? thanks.
Name:[Last] & " " & [First] & " " & [M]
After exported, I opened dBase, this field is 254 long. I tried:
Name:Left([Last] & " " & [First] & " " & [M],20)
but still 254 character long. I just want 20. How to do it? thanks.