Evan Robitaille
Registered User.
- Local time
- Today, 10:16
- Joined
- May 19, 2005
- Messages
- 10
I have a query that creates a new text field using the following:
REL_ACCT: Left([CRAPPL],1) & "18" & Format([CRACCT],"0000000000")
This creates a 13-character field for me which is what I want. An example of the new field would be "D181122334455" The number of characters in the [CRACCT] field needs to be ten and I use the format to pad those with only nine characters. When I use this in a Make Table query, the field length of this new text field changes to 255 in the new table that's created.
How can I set the length to 13 in the original query, please??
Many Thanks,
REL_ACCT: Left([CRAPPL],1) & "18" & Format([CRACCT],"0000000000")
This creates a 13-character field for me which is what I want. An example of the new field would be "D181122334455" The number of characters in the [CRACCT] field needs to be ten and I use the format to pad those with only nine characters. When I use this in a Make Table query, the field length of this new text field changes to 255 in the new table that's created.
How can I set the length to 13 in the original query, please??
Many Thanks,