CD Tom said:
Albert,
Thanks for the quick response, I was going to consider that but not to
sure how to bring up notepad from within Access, how do you bring up notepad
or for that mater any other program from access?
Well, if make note:
Just put up a text box on a form. That text box can handle quite a bit of
data. Make sure the Enter key setting creates a new line. You don't need
notepad, or anything else. We can suck the data right into ms-access using
the above idea. However, the question remains:
How many lines we talking here? A few hundred, maybe a 1000 max would work
here. If it is 5000 lines, then we have to fire the stupid programmer, have
him call his kids home from college, and he must work in the salt mines for
the rest of his life! What is a great idea here for a small amount of data
is REALLY brain dead for a large amount (In one case, the developer will
look like a hero, in the other case he should be fired for incompetence).
So, how large these data transfers are is the real key. What is reasonable
for a small amount of data is really brain dead for a large amount.
So, the approach here is going to depend on the volumes of data in one
transfer (so, how big is the file, how many lines get transferred etc). If
the number as a mater of course is quite small, then you can get away doing
the transfer right inside ms-access.
Just make a nice big form,a nd place in the form a nice large text box. You
can even draw it to look as nice and large as the white space you see when
typing a email message in outlook.
As mentioned, set the enter key behavior (in the other tab) for this text
box to go to a new line.
Put your cursor in this text box..and start typing typing, or transfer.
You can now take that screen and move/parse the data right into a table.
Of course, you place a few nice looking buttons at the top to clear, and
"save" the data screen after the transfer is done..