• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Have MS Access print Reports from Java App

 
Greenhorn
Posts: 27
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi everybody.
My application has to be based on Access (client imposed restriction) and I am using JDBC to get/update data on the database.
What I would like to know is if there is any Java API that can be called from within the application to make Access print a record (designed in the Access database), or any way to call a VBA Procedure from my Java Application.
I do not wish to have JAVA producing the report, just make it print the one designed inside the database. Despite being an experienced programmer, never have I been faced with such problem, so I would appreciate if your answers could be precise.
Thank you!
reply
    Bookmark Topic Watch Topic
  • New Topic