Search results

  1. dsfcom

    Linked Image Path Change Doesn't Work?

    Hello. I've searched and read a few threads concerning image controls on forms and haven't been able to find a solution to my problem (yet). Anyway, I have a form with two image controls (imgOK1 & imgOK2). The previous and current setting of the "Picture" property for both images is set to...
  2. dsfcom

    Backend isn't quite secure

    Still Having Problems Even when I log in using my user name and create a blank db admin is still the owner and cannot be changed? Do I just change the owner of the "objects" to myself?
  3. dsfcom

    Backend isn't quite secure

    Still Don't Get It So, trying to figure out how to secure my backend here. I've completed the security wizard and secured the main DB. After splitting, the back end does not retain security settings and is free and open. What did I do wrong?
  4. dsfcom

    Distributing updates involving structural changes to back end

    Broken Link? The link below does not work anymore. Does anyone know the new location?
  5. dsfcom

    Import Outlook form data into Access

    Public Folder Tasks & Form Data to Access? I have several public task folders from which I would like to import the task information into Access including some form data. I've tried the table linking deal but it doesn't include the start date and other form data. I know the EntryIDs and...
  6. dsfcom

    access to outlook

    Figured it out... If you need to post a task to a public folder on an exchange server (and not your default profile folder) you'll need to find out your folder's EntryID and StoreID then use the following code (or edit as needed); also allows custom form usage: Dim txtEntryID Dim...
  7. dsfcom

    Outlook Automation

    Figured it out... If you need to post a task to a public folder on an exchange server (and not your default profile folder) you'll need to find out your folder's EntryID and StoreID then use the following code (or edit as needed); also allows custom form usage: Dim txtEntryID Dim...
  8. dsfcom

    Outlook Automation

    Also need to use a custom form (already set as default for folder) when posting to this folder.
  9. dsfcom

    access to outlook

    Ok. I've figured out the STATUS and other options. Just need to figure out how to post to a public folder using a custom form.
  10. dsfcom

    Outlook Automation

    How to post a task to a public folder? EntryID: 000000001A447390AA6611CD9BC800AA002FC45A03008E062CC56D76434696DC101D36C9B86F000000AEBDA80000 StoreID...
  11. dsfcom

    access to outlook

    Post Task to Public Folder/More Options? I would like to use some of this code and pretty much understand most of the workings but would like to post the task to a public folder instead of my profile tasks folder. How would I do this? Also, are there more options I can set such as STATUS etc.?
  12. dsfcom

    Report Margin Problems?

    I have a report that prints up to two records per page; when there are three records to print the second page with the third record prints about 1/2" lower than the first page with two records. How can I tell it to print higher on the second page?
Back
Top Bottom