M
Melanie
Hello! I have an interesting problem to deal with, and honestly I'm
just not sure how to work with it. I work for a university, and our
Health Services department is soon going to have to start submitting a
report to the government regarding the controlled substances they
distribute to students. On the surface it seems easy - the program
that they use to track it (NuScript its called) allows you to export
data to various formats to work with, plus it uses access databases in
the background that you can just tap into for the information
directly. Trick is the format the government wants this file - a
fixed width text file. No delimiters or anything, merely fixed
width. Well needless to say the setup of NuScript's databases don't
correspond directly to the length required for each field. I can
however define a table in Access that has the exact corresponding
lengths and such. Trick is this - how can I import an Excel or Access
file, for that matter, into an existing table, and define exactly
which fields go where? Keep in mind, this is something that needs to
be done monthly, and needs to be handled by the folks in the pharmacy,
not us here in IT. It has to be a relatively easy import/export
process that I can train any user to do. Danged fixed width issue is
making this much more difficult than it should be....
just not sure how to work with it. I work for a university, and our
Health Services department is soon going to have to start submitting a
report to the government regarding the controlled substances they
distribute to students. On the surface it seems easy - the program
that they use to track it (NuScript its called) allows you to export
data to various formats to work with, plus it uses access databases in
the background that you can just tap into for the information
directly. Trick is the format the government wants this file - a
fixed width text file. No delimiters or anything, merely fixed
width. Well needless to say the setup of NuScript's databases don't
correspond directly to the length required for each field. I can
however define a table in Access that has the exact corresponding
lengths and such. Trick is this - how can I import an Excel or Access
file, for that matter, into an existing table, and define exactly
which fields go where? Keep in mind, this is something that needs to
be done monthly, and needs to be handled by the folks in the pharmacy,
not us here in IT. It has to be a relatively easy import/export
process that I can train any user to do. Danged fixed width issue is
making this much more difficult than it should be....