zr500racer
Technical User
I had this working by creating a macro to send table information out to a pre-formatted Excel Spreadsheet that converts the decimals to fractions. It then converts the fractions to text. I then linked this spreadsheet back into the database with the decimals converted over to fractions converted to text. This worked pretty good, but it was fairly unstable. If anyone has any ideas on how to make this work better, please respond... I think that I can export the field data to a temporary excel file,reimport the data back into a table, then "Kill" the the temp file. My resoning for doing this is because I believe that the Excel file became corrupted, therefore if the excel file is created, used, then deleted, there's less opportunity for corruption, plus one less file I will have to maintain. Will this work?