fit a field with text files in a query

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi all,
I have several text files with some HTML code I need to fit in a filed of a
query.

How can I do dis without importing the files to an temporaly table?

Thanks for the help. Tom
 
Thomas said:
Hi all,
I have several text files with some HTML code I need to fit in a filed of a
query.

How can I do dis without importing the files to an temporaly table?

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

If you're using .mdb files, link the text file to the db, then query the
linked table.

See Access Help article on "TransferText Method" for more info.

--
MGFoster:::mgf00 <at> earthlink <decimal-point> net
Oakland, CA (USA)

-----BEGIN PGP SIGNATURE-----
Version: PGP for Personal Privacy 5.0
Charset: noconv

iQA/AwUBQhpNaoechKqOuFEgEQK5mwCglPR86aRFvlQM20mTRZxc8mjA190AoKZ5
xO7zlPUk/rlrDxu6NDn7QO7u
=S05b
-----END PGP SIGNATURE-----
 
Thanks MGFoster,

But I meant something like INCLUDETEXT in word. Some ideas?

Thanks again.
 

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