Hi, I create the table in access by importing from a text document via this code:
DoCmd.TransferText acImportDelim, "Import Specs", fdr, CurrentProject.path & "\" & fdr & ".csv", True
How do I auto resize the columns to best fit such that the data from every cell is displayed fully. Thanks!
DoCmd.TransferText acImportDelim, "Import Specs", fdr, CurrentProject.path & "\" & fdr & ".csv", True
How do I auto resize the columns to best fit such that the data from every cell is displayed fully. Thanks!