Form data to text file

Sci

New member
Local time
Today, 16:59
Joined
Jul 15, 2015
Messages
1
I'm currently working on a project within access which will allow users to select/input information in a form which will then save to the database.

What I need is to create a button on the form which will allow you to convert the data collected from the form to a custom text file template.

(Or maybe the last row added to the database. - although this may cause errors. Example: the form information doesn't save which will in turn create a text file with the data collected from the previous job)

The custom text file template should have a sentence description followed by the value recorded from the form.

Example:

1 configuration type: (data from form)

2 model type: (data from form)

3 Poc: (data from form)

And so on.

So in summary - I would be to use the form to collect the desired information which will save to the database.

Once actioned, a custom text file should be populated with the collected information (with specific data placement as per the example above)

Not sure if this is possible but if anyone knows it's probably you guys :)

Thanks all.
 
Look into the Write and Print functions which will show you where to start....

Let me know if you get stuck anyplace.
 

Users who are viewing this thread

Back
Top Bottom