T
Terrance Popos
When I attempt to import a text file (.txt) in to Access, an error occurs.
Run-time error ‘3163’:
The field is too small to accept the amount of data you attempted to add.
Try inserting or pasting less data
When I click the Debug button this pops up: .Fields("TranType").Value = rs
("MoveType").Value
A different error occurs when save it to my desktop, and this is what
happens.
Run-time error ‘2185’:
You can’t reference a property or method for a control unless the control
has the focus.
When I click the Debug button this pops up: MsgBox "Import File Not
Found:" & Chr(13) & txtImportFile.text, vbCritical, "File Not Found"
Run-time error ‘3163’:
The field is too small to accept the amount of data you attempted to add.
Try inserting or pasting less data
When I click the Debug button this pops up: .Fields("TranType").Value = rs
("MoveType").Value
A different error occurs when save it to my desktop, and this is what
happens.
Run-time error ‘2185’:
You can’t reference a property or method for a control unless the control
has the focus.
When I click the Debug button this pops up: MsgBox "Import File Not
Found:" & Chr(13) & txtImportFile.text, vbCritical, "File Not Found"