R
Rick
Hi:
I have a simple Access 2k app that allows users to select
individual people from a list and send them (and their
biographical data) to a spreadhseet via the
transferspreadsheet function in VBA - all works well.
What I would like to be able to do is, once the
spreadsheet has been created, if a phone number (or
whatever) changes in the database, then the spreadsheet
would be updated as well. The problem is that the query
used to create the original spreadsheet changes so
frequently that it will likely not contain the same
records. Therefore, the data updates would have to come
from the main table (and synchronize by way of the
primary key). Any thoughts? Thanks,
-Rick
I have a simple Access 2k app that allows users to select
individual people from a list and send them (and their
biographical data) to a spreadhseet via the
transferspreadsheet function in VBA - all works well.
What I would like to be able to do is, once the
spreadsheet has been created, if a phone number (or
whatever) changes in the database, then the spreadsheet
would be updated as well. The problem is that the query
used to create the original spreadsheet changes so
frequently that it will likely not contain the same
records. Therefore, the data updates would have to come
from the main table (and synchronize by way of the
primary key). Any thoughts? Thanks,
-Rick