> oopsie, RAD <> Rapid Development Environment, though it pretty much means
> the same thing...
Thanks John & Douglas. As for why, I have some interface work , reading in
flat files received from a remote location, and sticking the data into
Tables, VB would handle this better, don't you think?
Jack
Douglas J. Steele - 13 Apr 2005 22:40 GMT
>> oopsie, RAD <> Rapid Development Environment, though it pretty much means
>> the same thing...
>
> Thanks John & Douglas. As for why, I have some interface work , reading in
> flat files received from a remote location, and sticking the data into
> Tables, VB would handle this better, don't you think?
I see no reason why you can't do it with VBA. At that level, there really
isn't much of a difference between VBA and VB.

Signature
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)
Graham Mandeno - 13 Apr 2005 22:46 GMT
> Thanks John & Douglas. As for why, I have some interface work , reading in
> flat files received from a remote location, and sticking the data into
> Tables, VB would handle this better, don't you think?
Not at all. There is not a lot that VB can do that VBA can't do. There is
a hell of a lot that Access VBA can do that VB can't do.

Signature
Good Luck!
Graham Mandeno [Access MVP]
Auckland, New Zealand
Marshall Barton - 13 Apr 2005 23:22 GMT
>Thanks John & Douglas. As for why, I have some interface work , reading in
>flat files received from a remote location, and sticking the data into
>Tables, VB would handle this better, don't you think?
If your text files are even a little tricky to parse out the
fields, take a look at
http://www.mvps.org/access/modules/mdl0057.htm
for a VBA module that might be a big help. If nothing else,
it provides a significant example of how to manipulate text
file input.

Signature
Marsh
MVP [MS Access]