Search results

  1. D

    Access to Word to e-mail

    I have an Access 2007 Database, containing Dues records for a Membership type application. Each Month I produce a Newsletter vis Publisher 2007, which ends up in PDF format. e-mail Address information is in Outlook 2007, snail mail adress info is in Access. I want to be able to send an e-mail...
  2. D

    Automatic updating fields

    The general approach that I would take may not necessarily be the best but...... I would create a transaction table recording receipts and issues with a 'PostedStatus' field set to yes/no. It is then a simple matter of Balance = Balance + Unposted Receipts - Unposted Issues. Ensure that...
  3. D

    TransferText: Allow user input for filename?

    Try using an inputbox, and assign value typed in to a variable, which you use as the pathname and filename.
Back
Top Bottom