Link to home
Start Free TrialLog in
Avatar of Murray Brown
Murray BrownFlag for United Kingdom of Great Britain and Northern Ireland

asked on

Excel Add-in Build Access Import Specification interface

Hi

I have an Excel ad-in that handles a large amount of incoming text files into
Access, The following code works fine most of the time, but there are instances where the user needs to actually build an import specification as you would in Access.
Is there something that exists in VB.net already? I realise that that is unlikely so I am looking for a little guidance either on building my own. Alternatively, is there a way to manually pull the file into Excel and somehow use this?


    appAccess.OpenCurrentDatabase(Access_File_Path)
            appAccess.Visible = True

            appAccess.DoCmd.TransferText(TransferType:=Microsoft.Office.Interop.Access.AcTextTransferType.acImportDelim, TableName:=oTableName, _
            FileName:=oTextFilePath, HasFieldNames:=True)
Avatar of Jacques Geday
Jacques Geday
Flag of Canada image

So what you want to do ? Acceess or Excel ?

If Excel I could help you but need to know from you what do you want to achieve in plain English
gowflow
Avatar of Murray Brown

ASKER

Hi
I need to build the Access functionality used to define an import specification and I need to do this in Excel
I said plain  English ...
meaning I need to import from access databse name so and so table xys all records into eXcel in sheet so and so starting row xyz in col abc ...

something along these lines specifics not access instructions !!!

btw if you noticed no one answered or gave any reply to your question this should give you a hint !!!
gowflow
I don't appreciate your tone
Sorry if it sounded arrogant but not too expert in Access systax but can help you as much as you want in Excel. I only need to know what you want so I can do it for you. Sorry if sounded aggressive was not the intention at all.
gowflow
Thanks. I will think of a clearer way to pose the question
ok will wait for your clarification.
gowflow
Hi

A better way to ask this question is:
Is it possible to build the Excel form used to import a delimited text file
A simple yes or no answer will suffice
Any other advice will be a bonus

User generated image
ASKER CERTIFIED SOLUTION
Avatar of Jacques Geday
Jacques Geday
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thanks very much
tks I just commented. You have to be careful, you said "just any text file" !!! just look at my comment there.
gowflow
Ok Thanks
Thanks your kind but it didn't deserve that many points for my comment. Just wanted to draw your attention. If the other Expert object I have no problem at all he deserves the full 500 pnts !!
gowflow