Search results

  1. D

    Use MS Access to Extract Outlook Calendar Appointments

    Hi Experts, I'm have run into a wall :banghead: I have been given a task on extracting all appointment from a certain number of Shared Calendars in Outlook 2013. I'm able to read the calendar entries but have two major issues. First issue is that I can't get "Restrict" to work, so every...
  2. D

    ShellExecute print and wait

    Hi Experts I have this code that is printing a report a number of times(1-10 times). I use the code below to print the PDF file. But sometimes when i'm printing the same PDF file 6 times, only 1 or 2 of them is printed. It seems that the system does not wait for the printer to receive the...
  3. D

    use of workspace and openconnection in access 2007

    Hi experts At work we have to cange from access 2003 to 2007 and the following code used to work in 2003: Dim ws As Workspace Dim DB As Connection Dim rst As Recordset, rst2 As Recordset, rst3 As Recordset, rst4 As Recordset Set ws = CreateWorkspace("FK", "", "", dbUseODBC) Workspaces.Append...
  4. D

    Compact and repair problem

    Hello Experts I'm working with a database, which take up about. 100 mb of space, after some additions of code I compiled the database and ran the compact and repair function, and then it got down to 22 mb. I do the compile and compact and repair every day and normally it would grow in size...
  5. D

    Get names of alle subreports

    Hi, I need some help if posible. If you know the name og one report, and then want to get the information about all recordsources used in that report, also if the recordsources are used in subreports or subforms? Please don't ask my why I need this, it's a company that need a function to do it...
Top Bottom