Recent content by aaronb50

  1. A

    Linked SharePoint table missing data.

    That I have not tried. Thanks for the suggestion. I'm not sure I have enough permissions to do that. I think I have just enough to link to the table. I will ask the person holding the keys if they want to give that a shot. I'm assuming that's going to seem a little risky to them and...
  2. A

    Two Queries from the same field

    Thank you ridders!!!!!! You pointed me in the right direction. It was an inner vs outer join issue. I just had to swap it up to get rid of the error message and then I was able to see that I could in fact pull both queries and they had different names even though they came from the same field...
  3. A

    Two Queries from the same field

    I get this when I try to do it the way I mentioned above: The SQL statement could not be executed because it contains ambiguous outer joins. To force one of the joins to be performed first, create a separate query that performs the first join and then include that query in the SQL statement.
  4. A

    Two Queries from the same field

    I took over an old Co-Workers Program and there are some people wanting a few changes. The only issue I'm having is on a report that is pulling from a few Queries. Its pulling the sum of the Total Time field When the Type field = AO. Well now they want to also be able to see the sum of the...
  5. A

    Linked SharePoint table missing data.

    I have an Access front end with a linked table to SharePoint. There are only 3 Fields. Number Name REV Everything is fine for the first 4,500 records. But for some reason, the last few 100 are missing the Number. Its so weird. The items are on SharePoint. If instead of creating a...
  6. A

    Converting a small bit of code from 32 to 64

    Thank you ridders!!!!
  7. A

    Converting a small bit of code from 32 to 64

    Hi.......... I added in some email functionality to one of my program which now will not work for the one user who happens to have a 64 bit version of Access. I know what bit of code is causing the error and I was wondering if anyone new what I need to change in it so that it will work for 64...
  8. A

    OneNote must start for the first time?!?!

    I have an Access program on Citrix that has been working just fine. First thing this morning everyone was able to print. But all of a sudden around 10ish, a message now comes up for everyone when they try to print that says: "Before you can use the feature, OneNote must start for the first...
  9. A

    Linked SharePoint table causes program to lock itself.

    Absolutely! Our local SP guy is not in today so I have to wait till tomorrow. I want to start with him and not jump the chain of command. But I'll let you know everything I find out one way or another.
  10. A

    Linked SharePoint table causes program to lock itself.

    Thank you. I will start there.
  11. A

    Linked SharePoint table causes program to lock itself.

    I have a program I'm running off the server with no issues. More then one person can be in it at a time. But if I add a linked table to SharePoint, only one person can be in it at once. It pops up with an error message saying its locked and currently in use. Is there away around this?
  12. A

    Does anyone know anything about A2L Files?

    We have a new engine coming soon and the guy who wrote the LabView program for our current engine has retired. I've been tasked with coming up with a program for the test bed for our new engine. I see that we can read/write to an Access table with LabView so as of know, I'm going to make the...
  13. A

    Writing to Power Point from Access

    For anyone who uses this thread I wanted to save you a ton of time. Make sure you go into Tools and Reference Microsoft PowerPoint 15.0 object Library. Or whatever version you have. It might not be 15.0.
  14. A

    Writing to Power Point from Access

    That the one!!!!!!! Thank you so much!!!!
  15. A

    Writing to Power Point from Access

    Actually I know how to open it. Just need to tell Access that is the Slide I want to write to.
Back
Top Bottom