Search results

  1. S

    Error: communicating with the OLE server or ActiveX Control

    Luckily I had been but it didn't come to that
  2. S

    Error: communicating with the OLE server or ActiveX Control

    Thanks spikepl, In my frustration, I tried a few different things and ended up fixing the problem by discovering that the issue was only affecting one form. I made a copy of the form, deleted the original, and renamed the copy to the original's name. All is working well now. It's still...
  3. S

    Error: communicating with the OLE server or ActiveX Control

    I've been building a database with lots of automation for a while now and it's been working fine this whole time. Today, I was working on some of the features and it was still fine. Then, I closed it and went to lunch...when I came back, now none of my macros work. They all produce this error...
  4. S

    Form open and continue issue

    I have a macro that calls a form to open when an email address isn't found on file for a particualr person. The macro needs to pause as the form opens to allow the user to put in the email address and then resume once they close the form. I have a couple of problems. If the form isn't in...
  5. S

    Showing data from linked table and local table

    Hi David, Thanks for the help. I ended up making it work a different way...I converted the Excel linked files into local tables and created a macro that updates them from the database dump files.
  6. S

    Showing data from linked table and local table

    Hey guys, I'm having trouble with a new project I'm working on. The application is mainly going to be used to display data, which comes from a linked table. It has to be a linked table (in my opinion) because it's replaced once per week from a fresh data dump. For each of those records, though...
  7. S

    Run macro every time record changes?

    CazB, I'm new to Access and there's a little bit of a learning curve coming over from Excel. I had tried OnCurrent but it couldn't find my macro...and then I discovered Design View. Thanks!
  8. S

    Run macro every time record changes?

    Hi, I'm creating a database where a particular tab on the form will only apply to certain people. I've already figured out how to hide/show the tab based on whether or not a particular box is checked for a record, but I don't know how to make this macro run every thime the user looks at a...
  9. S

    Embed and Send HTML report Lotus Notes

    I know this post is very old, but this might help others who are looking at it. In your embedobject command, you're using code 1454. This is for attaching an object. 1453 should be used to embed an object in a message.
Back
Top Bottom