Hi,
I am using VBA code to upload a text file into an MS Access table (see code below). Everything is working fine, but the first line of the file is not being uploaded. It imports line 2 onwards. Does anyone have any ideas why?
Function Upload_SAP_AGR_USERS4()
Dim F As Long, sLine As...