from Access to SPSS... programmatically

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,
does anybody know if it is possible (and if yes how) to create an SPSS file
with data from ACCESS using VBA?

Thanks,
Rocco
 
does anybody know if it is possible (and if yes how) to create an SPSS
file with data from ACCESS using VBA?

From memory, SPSS will accept a wide variety of import formats. CSV, tab-
delimited and fixed-width can all be created from the TransferText method.
You could use a dBase or Excel format too if you wanted with
TransferDatabase or TransferSpreadsheet.

Does that help?

Tim F
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Running SPSS-Syntax using Excel VBA (Excel 2013) 0
SPSS data and Access 2007 4
SPSS vs Access 1
SPSS 3
SPSS DATA FILE 1
Access Export MS Access healthcare database to SPSS 2
Exporting data... 1
Export data to SPSS (?) 2

Back
Top