Dick Hoffman --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@openoffice.apache.org For additional commands, e-mail: users-h...@openoffice.apache.org
I have a database consisting of two tables related by a common field.
I'm able to do all sorts of queries to it and extract various reports,
as well. I would like to extract some of the data from the main table
and include the common field from the related table in the form of a CSV
file to act as a sort of backup for the database and to facilitate
sending the data to another person. I can write a macro to accomplish
this, I think, but is there perhaps an easier way to do it?