Software we use produces an Excel spreadsheet that is manually imported into Access 2003. Up until now this was OK. I then employed the TransferSpreads heet method to automate the process. Some of the column headings now has a hash, so instead of being [End Dt] it was now [End Dt#] which didn't please the queries at all. Found that some headings had full stops in them (Periods) so [End Dt.] was [End Dt] if imported manually but [End Dt#] if the transfer method was used.
Now I could do an APPEND query and copy the data across after importing to an intermediate table but it would be more elegant if I could control the full stop to # conversion. Or indeed include the full stop to # conversion in the manual method??
I am using the On_Click function on a button on a form to do the import.
Now I could do an APPEND query and copy the data across after importing to an intermediate table but it would be more elegant if I could control the full stop to # conversion. Or indeed include the full stop to # conversion in the manual method??
I am using the On_Click function on a button on a form to do the import.
Comment