PC Review


Reply
Thread Tools Rate Thread

Please Hep!!! I need help writing a program

 
 
Guest
Posts: n/a
 
      29th Jan 2004
Does anyone know how to write a program using access that
reads an input file containing a string of alphanumeric
characters and writem them to an output file in a
structured (readable) format. Also, after the data is
analyst, the output file needs to be converted back to its
original format.
 
Reply With Quote
 
 
 
 
Marshall Barton
Guest
Posts: n/a
 
      29th Jan 2004
<(E-Mail Removed)> wrote:

>Does anyone know how to write a program using access that
>reads an input file containing a string of alphanumeric
>characters and writem them to an output file in a
>structured (readable) format. Also, after the data is
>analyst, the output file needs to be converted back to its
>original format.



Not a trivial exercise. Read up on the File I/O statements
(Open, Input, Read/Write, Get/Put, Close, etc.) in Help.
Once you're able to ewad and write the contents of the file,
the use string manipulation functions (InStr, Mid, etc) to
pull the input stream apart, and write it to the output
file.
--
Marsh
MVP [MS Access]
 
Reply With Quote
 
Albert
Guest
Posts: n/a
 
      30th Jan 2004
This is another idea. If your input file contain fixed length string and
fixed length fields, You can use File > Get External Data > Import ... to
import data into table without any coding. Prepare table with your prefer
field type and size. Access will convert data for you. For output file, You
can use File > Export and set the format of output fields.

HTH,

<(E-Mail Removed)> wrote in message
news:713b01c3e6b0$0d8e7ba0$(E-Mail Removed)...
> Does anyone know how to write a program using access that
> reads an input file containing a string of alphanumeric
> characters and writem them to an output file in a
> structured (readable) format. Also, after the data is
> analyst, the output file needs to be converted back to its
> original format.



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
i need help on a program i am writing exor Microsoft Excel Programming 3 28th Sep 2008 05:46 PM
Writing a VBA program subvanpatent Microsoft Excel Programming 11 21st May 2008 03:22 PM
I need a little program writing. johncrawshawlives@btinternet.com Microsoft VB .NET 2 13th May 2007 03:44 PM
I need a little program writing. johncrawshawlives@btinternet.com Microsoft VB .NET 0 12th May 2007 09:53 PM
VC8 program writing to cout much slower than VC6 program Julian Microsoft VC .NET 8 23rd Jul 2006 09:15 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 04:05 PM.