Search results

  1. E

    Solved Adding a Meeting to Outlook

    Hi Guys, I'm trying to add a button that will add a meeting to MS Outlook. Most of the code I have been able to find / scratch together is working. But i'm having issues with the "TO" command as this wasnt in any code I could find. Any ideas? MRoom = DLookup("MeetingRoomEmail"...
  2. E

    Solved Dlookup Using Date/Time

    Ignore me guys - I've made this more complicated then I needed to!!
  3. E

    Solved Dlookup Using Date/Time

    Hi Guys, I need help with a DLookup I'm trying to use a dlookup to assign a value based on a date so I can use this in a query later as a condition on whether or not its greater. For example I have a table filled with Dates and values - So I've called this Tbl_Dex and it has 3 fields: ID...
  4. E

    Solved Export single record from table to Excel

    COol, didnt think of that, still shaking off the new years cobwebs! thanks!
  5. E

    Solved Export single record from table to Excel

    I have a customer that wants to export a single record to excel when a record is complete. This is to do with Machine maintenance and keeping a record of the logged faults with any documents for auditing purposes. I've tried the below code but it still exports the whole table: Folder =...
  6. E

    Solved Open form using where argument

    Thanks guys!
  7. E

    Solved Open form using where argument

    Hi All, Someone has nicely managed to kill all the VBA in an old database so I have the nice job of putting it all back in. I need to use a where statement on a DoCmd.Openform, but I cant seem to get it right. I know some of the field names are not great but at this stage it'd take more time...
Back
Top Bottom