Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: icoxy
  • Content: Threads
  • Order by date
  1. icoxy

    Query to identify new records

    Hi, I have a table that is updated from an excel import. The problem is to identify any new records that have been added since the last update. It is easy to identify records that have the same key value, but how do you identify the new ones? Thanks Ian
  2. icoxy

    View Subforms

    Is it possible to change the default view of a subform at runtime. I want to toggle from form view to Datasheet view? I know this can be done using DoCmd.ViewForm, but I want a static view rather than have different windows popping up. Is there a better way to achieve this? Thanks
  3. icoxy

    Accessing Outlook from Access

    Hi, I am new to vba programming and I am using Office 2003. I want to store emails on a network drive using Access. I found a useful start in these forums, but I am having problems. The code contains the following: Dim olApp As Outlook.Application Dim olExp As Outlook.Explorer Dim...
  4. icoxy

    Using Outlook from Access

    Hi, I am new to vba programming and I am using Office 2003. I want to store emails on a network drive using Access. I found a useful start in these forums, but I am having problems. The code contains the following: Dim olApp As Outlook.Application Dim olExp As Outlook.Explorer Dim...

Part and Inventory Search

Back
Top