I have a make table query where one of the columns is
left(Text,7) as Text1
Now when I view the design of the table it says the column is 255 characters long even though it is only 7 characters. Is there a way to do this through my query? I can't create the table before hand either.
Thank You for any help
left(Text,7) as Text1
Now when I view the design of the table it says the column is 255 characters long even though it is only 7 characters. Is there a way to do this through my query? I can't create the table before hand either.
Thank You for any help