S
Satya
I am going thru an Access based tool which imports data from text delimited
file to Table.
It has following code.
DoCmd.TransferText acImportDelim, "Action_ImpSpec", "v_actionTmp"
Access Syntax:
DoCmd.TransferText ([TransferType], [SpecificationName], [TableName],
[FileName], [HasFieldNames], [HTMLTableName], [CodePage])
Now, I want to modifiy specificationname. How do I do that?
How should I add a new specification file?
file to Table.
It has following code.
DoCmd.TransferText acImportDelim, "Action_ImpSpec", "v_actionTmp"
Access Syntax:
DoCmd.TransferText ([TransferType], [SpecificationName], [TableName],
[FileName], [HasFieldNames], [HTMLTableName], [CodePage])
Now, I want to modifiy specificationname. How do I do that?
How should I add a new specification file?