Search results

  1. S

    Outlook Personal Folders

    I am trying to setup an outlook folder in Access VBA so that my database can save appointments to a calendar in Outlook, the problem is that I don't want to save them to my calendar but to a joint one with others which I have set up in a personal folder (.pst file) and everyone links to it on...
  2. S

    Need help with recordset code!

    Sorted Incase anyone was wondering, I worked out what the problem was, I had [currentuser] as a criteria in the query and apparently VBA really doesn't like that!
  3. S

    Need help with recordset code!

    Underlying Queries?!? OK I've just worked out that it must be something to do with the query that I had set for rst, because I pasted the info into a new table and set it to that and it worked, but I don't understand what could be wrong with the query? Any ideas? do the queries used have to be...
  4. S

    Need help with recordset code!

    I need more help with my Leave card database, I am trying to set up some code that emails the authorising managers using a query and a subquery to email each manager with the leave requests for them. To do this I have basically cannibalised some code that I used in another database which was set...
  5. S

    Combo RowSource dependant on formula

    Still not clear? Am I still not being clear enough about what I need? Someone must know a way around it?
  6. S

    Combo RowSource dependant on formula

    An attempt to clarify Basically, I want to safeguard against someone putting in a request for leave for say, from:29/04/04 to:30/04/04 which is 2 days, and then inputting 'half' into the day type, as it would be ambiguous (ie does it mean both days are half days, one is a half day and the other...
  7. S

    Combo RowSource dependant on formula

    Can no one help! Please can someone help me with this, I can't believe that there isn't a really simple way to do this, I just seem to have a mental block on it right now!
  8. S

    Combo RowSource dependant on formula

    I'm trying to make an electronic leave card system for my department at work and I am currently working on a leave entry form. What I want to do is set a combo box for day type to use a limited value list of FULL;HALF to display whether it is a full or half day to be requested (and I only want a...
Back
Top Bottom