Private Sub Command0_Click()
'************************************************************************
'Lets get the file name
Debug.Print "Getting File Name"
'Declare a variable as a FileDialog object.
Dim fd As FileDialog
Set dbs = CurrentDb
'Set the starting look...
Hi, I'm new here so I apologise if I've posted this in the wrong section.. here goes.
I'm importing from a text file to a table. The import seems to be fine except I lose my decimal point in all the figures I import. I don't mean that the figures are being rounded up, the decimal point just...