diffrences between versions

  • Thread starter Thread starter Roy Goldhammer
  • Start date Start date
R

Roy Goldhammer

Hello there

I've converted mdb from access 97 to access 2003.

There were an error in the docmd.TransfareText: two many parameters

When i check the amount of parameters i found out that there is one more
parameter that was in assess 97 and not exist on access 2003.

What is this parameter and what is the diffrences on TransfareText between
access 97 and access 2003
 
Hi,

here 97 version:
DoCmd.TransferText [transfertype][, specificationname], tablename,
filename[, hasfieldnames][, HTMLtablename]

and here 2003:
DoCmd.TransferText(TransferType, SpecificationName, TableName, FileName,
HasFieldNames, HTMLTableName, CodePage)

as you see - 2003 has one more extra parameter then 97

--
Best regards,
___________
Alex Dybenko (MVP)
http://alexdyb.blogspot.com
http://www.PointLtd.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top