Search results

  1. amorosik

    Program1 works fine, program2 doesn't, due to a date problem, but code inside are the same

    Then, to avoid ambiguity, what is the better way?
  2. amorosik

    Program1 works fine, program2 doesn't, due to a date problem, but code inside are the same

    Right, I hadn't thought of that. It might work. I'll test it as soon as possible.
  3. amorosik

    Program1 works fine, program2 doesn't, due to a date problem, but code inside are the same

    Yes, program1 and program2 link tables from the same DNS and therefore from the same database. The REGISTRATION_DATE field is a timestamp, and both program1 and program2 see it as a timestamp. What do you mean by 'explicitly relink' the tables?
  4. amorosik

    Program1 works fine, program2 doesn't, due to a date problem, but code inside are the same

    Yes, of course I could do that. I simply should modify the dateSQL function and make it return the date exactly as passed The point is: the system has worked this way for years, for dozens of different versions Why should it work differently now? But above all, why does program1.accde still work...
  5. amorosik

    Program1 works fine, program2 doesn't, due to a date problem, but code inside are the same

    This is truly incredible (at least for me). Program1.accde becomes program2.accde after some changes to the 'articles' form. Both program1 and program2 work correctly on the development PC, with Win10 with Access 2013 32bit Let's move to user PC2, a Win10 pro pc, where only the Access runtime...
  6. amorosik

    Is there a way of deleting all code lines beginning with debug.print across all modules using VBA?

    Simple and effective But if the program were transformed into mde/accde and the debug.print files were eliminated, could there be any benefit?
  7. amorosik

    How to access the same database file between two projects in a Visual Studio Solution?

    He didn't ask how to turn on the phone with Maui, but how to read an mdb/accdb file from an app on the phone And the discussion is far from stupid, but it's very interesting for all Access users who have a smartphone
  8. amorosik

    How to access the same database file between two projects in a Visual Studio Solution?

    No He asked how to read an Access data file Not how to run Access on his phone.
  9. amorosik

    How to access the same database file between two projects in a Visual Studio Solution?

    You're not the one who has to think about how the system should be set up The colleague asked some questions; if you know the answer, you can help him Otherwise, save the ink
  10. amorosik

    How to access the same database file between two projects in a Visual Studio Solution?

    I've linked to a post that provides a solution That link also contains an example (source code) of a program that uses the UcanAccess library So if you write "..yet you refused to elaborate.." you should know you're writing something untrue Why?
  11. amorosik

    How to access the same database file between two projects in a Visual Studio Solution?

    I don't think proposing a solution, even if you said there isn't one, can be considered aggressive Don't worry about breathing, I do the ones I like: deep, short, long, a bit of everything.
  12. amorosik

    How to access the same database file between two projects in a Visual Studio Solution?

    I, on the other hand, read what our colleague writes, and if possible I try to help him
  13. amorosik

    How to access the same database file between two projects in a Visual Studio Solution?

    It's not my game And it's not stupid at all Especially because it responds to a request from colleague prabha_friend Of course, if you have a simpler solution, or less stupid, that's fine, let's hear it.
  14. amorosik

    How to access the same database file between two projects in a Visual Studio Solution?

    Which translated into words that we ignorant people can understand, what would it mean?
  15. amorosik

    How to access the same database file between two projects in a Visual Studio Solution?

    Reading and writing MDB/ACCDB files is also possible on Android This post may be useful
  16. amorosik

    Subform records shake if the number of records is large

    I'm sorry, but with Access 2013 the file dosen't open
  17. amorosik

    Need Help Regarding vba code

    Maybe the answers given will be useful for other things You never know in life what can happen
  18. amorosik

    Is there a way to get control on the call audio of an android phone?

    Are you writing about phone calls or calls that come in via external apps like whatsapp and the like? And when you write "..is playing on the media audio but not into the call.." what exactly do you mean?
  19. amorosik

    Need Help Regarding vba code

    I don't think there's any discussion I'm writing obvious things, which I believe are indisputable Having abandoned the use of mdb/accdb files for data for several years, I was curious to understand the proportion between data lost on db server and on mdb/accdb files
Back
Top Bottom