Where can I find sample VBA scripts for use with Access?

T

tmb

Anybody know where I can find sample VBA scripts for working with Access?

I will be exporting data, inserting delimiters for delimited exports, sizing
data fields for Fixd Length Ascii exports, inserting record termination
characters, etc.

I will also be importing data in one format and mapping it to the Access
format.

Thanks for any help.

tmb
 
D

Dirk Goldgar

tmb said:
Anybody know where I can find sample VBA scripts for working with
Access?

I will be exporting data, inserting delimiters for delimited exports,
sizing data fields for Fixd Length Ascii exports, inserting record
termination characters, etc.

I will also be importing data in one format and mapping it to the
Access format.

Thanks for any help.

There are lots of great code snippets on The Access Web:

www.mvps.org/access

I don't know whether there's anything specifically directed at the
things you're asking about, though.
 

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

Top