here the situation, i just asked to create simple program using MS.
Access (i wonder if i could use Access to create program, i've no
idea). the program is basically, to convert anything, but usually data
in .xls, and output must be in .txt.
i even don't know from where i can start create it. looking to access
that has VB, is it possible to use it to create it?
If you want to take any arbitrary, unpredictable spreadsheet, and use it to
produce any arbitrary, unpredictable kind of text file, then neither Access
nor any other program I can imagine could possibly do so.
Excel can produce output in text format - why involve Access at all? I suspect
Access is the wrong tool anyway: its purpose is to manage data in databases,
typically carefully designed relational databases; you may well import and
export data from the database, but it sounds like you don't care about storing
the data at all, just transforming data from "anything" into .txt files.
Could you please be more specific about what data you will be transforming,
and into what you wish to transform it? As stated, the task is so broad as to
be undefined!
John W. Vinson [MVP]