Search results

  1. U

    SQL Query trouble in MS Access 2003

    Hi, Im writing a query which will delete the rows of one table where its contents in two of it fields matches two contents of another tables fields. The code I have thus far is shown below: DELETE * FROM TABLE1 WHERE DocName= (SELECT DocName FROM TABLE2) AND GroupName = (SELECT GroupName FROM...
  2. U

    Linking Contact list and tasks from Outlook into Access

    Hi guys, Apologies if this is in the wrong forum, any mods feel free to move it to any relevant ones! I'm creating a table which will take a users contact list and tasks from Outlook and place it into a table in Access. I followed this guide on the MS Office website...
  3. U

    Need help with assigning a task in Outlook from Access

    hmm but you don't use the .send function, how will it be able to set a task on another users outlook?
  4. U

    Need help with assigning a task in Outlook from Access

    ah i guess it doesn't help im using access 2003 :( would this work on that?
  5. U

    Need help with assigning a task in Outlook from Access

    need some help with assigning a task in Outlook using Acess. I want to have the option to be able to assign a task to yourself, however, this cannot be achieved using .assign and .send, therefore I made a table in which all the user information is stored (name and email address) and then if the...
  6. U

    How to call a query in my vba module

    Hey guys, I'm fairly new to this all so bear with me! I have a query called "ClearTable Query" which clears the contents of a table, how do I call this in my vba module thingy? (i.e. the bit where you write the whole sub myfunction ... end sub also, when i run the query on its own, it asks...
Top Bottom