Search results

  1. J

    Over my head and Majorly Lost

    Ultimately, I need to import a range of Excel spreadsheets that are attached to Outlook emails in a shared public folder--all from Access--because I am not (and cannot be) the owner of the account who could run internal Outlook VBA. One thing at a time: first, I need to get hold of these...
  2. J

    Recordset issues referencing controls in subform.

    I've been trying for days without success to do what should be a simple thing: double click a field in a subform and paste the query results into excel. I already have good code to paste in the recordset, but this recordset must reference a control value in a subform. The query works and shows...
  3. J

    Advice on best way to Auto Backup Tables

    I have a whole bunch of database tables in various databases to backup. Is there a standard or preferred way to do this? My first thought was to create a separate database with linked tables and run make table queries periodically to keep the backups current. Am I on the right track? Does...
  4. J

    Automating Email

    What I'm trying to do is to automate an Outlook email response system (using linked folders) that automatically returns to the sender a data comparison check on an attached Excel spreadsheet. The first part that periodically checks the folder table, compares the data from the email body and...
  5. J

    Getting Started

    Hi! I've been developing Access for about 15 years, mostly at the power user level, but now my job is asking more from me than my current understanding will immediately allow, so I need help learning to code and understanding the underlying concepts and syntax of VBA. The posts on this forum...
Top Bottom