Does anyone know if it is possible to have a form render from data in an
access database. I have used a dataconnection before to have data
connected in a form to a database, however I need to have the from
render by an event triggered in the database. Basically I have an access
database that runs almost as its own application. Instead of 'printing'
off data I would like to be able to click a button and have it generate
a form with the data selected from the database. Any advice or ideas or
sampl...