Output data to another format

jayme27

Registered User.
Local time
Today, 15:00
Joined
Nov 24, 1999
Messages
34
I would like to output/transfer MS Access data fields to corresponding data fields in Delrina FormFlow.
Ideally the user inputs all or some data into an MS Access form. When the user wants, they push a button that will take certain data fields from that record and output them into FormFlow's data fields.
The FormFlow report then should be viewed before the user sends it via e-mail.

About Formflow: First you choose a standardized report which is an *.frz file, then you put data into the report's fields. Only the data is saved as a *.dbf file. Hence, this is a dBase format.

Simply, I need to convert certain fields of a chosen record to dBase format, automatically open the application and input this data into corresponding fields. Then I want to send this form with the data via e-mail or print it.
Sounds complicated, but I'm told it isn't--just don't have the know-how. Thanks.
 
sure, why not

Will Delrina import data from comma delimited? Access by default will only export as mdb, of course, xls (Excel), csv (Comma Seperated Value), or txt. using the docmd.transfer(database/spreadsheet/text) method.

However, if you open excel, yes another step, it can export these csv or xls data fields to dbf. But what version 2/3/4? Ahh, try Excel again.
 

Users who are viewing this thread

Back
Top Bottom