Search results

  1. J

    Microsoft access warning

    Try to comment out the "Me:Undo".
  2. J

    Problem while communicating with OLE or ActiveX

    Try by creating a new form, then copy a part of the controls into the new form, if no error copy a part more and so on, until you get the problem one, (or until the all controls are copied). Here is a link till another member with the same problem that I helped last week...
  3. J

    Report with subreport excel export alignment problem

    Could tell me why you want to export the report to Excel?
  4. J

    Report with subreport excel export alignment problem

    Don't think you will be able to succeed because there is no way to influence how the data is inserted into Excel. But another thing is why do you want to export the report to Excel? Only option as I see it right now is that you control where and how the data is inserted using VBA.
  5. J

    Report with subreport excel export alignment problem

    How do you export it to Excel? Is it possible for you to post your database with some sample data, (zip it because you haven't post 10 post yet!)?
  6. J

    Problem communicating with OLE server or ActiveX Control

    Good you got the problem solved! :)
  7. J

    Problem communicating with OLE server or ActiveX Control

    The problem is related to two of the controls in the form, so first delete them from the form, then run the form and click the button to test if all is okay. Then create them from new. The first control is no: 4 in the first section in the "Roadway Elements". The second control is no:2 in "MOT...
  8. J

    Problem communicating with OLE server or ActiveX Control

    <br> Okay - but still missing the database with the data!<br>
  9. J

    Problem communicating with OLE server or ActiveX Control

    <br> The backend database isn't attached and because you removed the picture in the first post, you need to tell the form name!
  10. J

    chart + button

    And what is the problem with that?
  11. J

    Problem communicating with OLE server or ActiveX Control

    Try to decompile the database, the link explain how. https://www.fmsinc.com/microsoftaccess/Performance/Decompile.asp If that not helps, create a new database and import all into it. If that either helps, post your database, zip it if you haven't post 10 post.
  12. J

    To 'Call' or not to 'Call'

    I use it exactly like arnelgp.
  13. J

    Forms Disappear

    Check like below pic:
  14. J

    Running out of Memory Errors ....

    I'll not say that it isn't a Win10 / Office 365 problem, but I lean more to the assumption that something in your database is corrupt or maybe something in your data is wrong. Is the query based direct to one single table or is it a lot of queries and tables?
  15. J

    Running out of Memory Errors ....

    What if you open the query without open the form? Is that the only form that have the problem?
  16. J

    Forms

    I'll just say good luck, I don't think someone here will make your project for you, so show what you have and where you've the problem. Learning VBA in a short time, forget it, it take years if you don't have any experience with other programming languages. If you need to finish the project...
  17. J

    Property not found

    Does it say which property that is not found? Create a new database and import all (tables) into it. If that not succeed, create a new one again and import 1 or 2 tables at a time, until you get the one that make your trouble.
  18. J

    Combining fields in a form to create another field.

    You don't need the .Value it is default. Instead of + use &
  19. J

    Running out of Memory Errors ....

    Is the problem only on the new computer? Have you tried other databases, does the error also occur then?
  20. J

    code explanation

    I agree fully with isladogs, also about the MS templates.
Back
Top Bottom