Search results

  1. P

    Future of Access

    It is an issue if the person who installs the new code into the .accdb doesn't do the proper regression testing. I understand how the source code manager works. I use the export to/import from text feature for my own personal backups.
  2. P

    Help with moving Access database

    You can create trusted locations on their PC's by adding the correct registry keys. I can't do the research right now but someone else may be able to post them. NO ONE needs Office except the developer unless the app automates one of the other products. The users should be fine with the...
  3. P

    Future of Access

    I would be. Non SQL Server ODBC drivers are generally created by the company that owns the proprietary data source. Oracle creates the Oracle ODBC driver. IBM creates the one for DB2. Quickbooks creates their ODBC driver, etc. Microsoft creates the ODBC drivers for Jet and ACE and their...
  4. P

    MVF Technical Discussion and Uses (If you plan to Use Them)

    MS doesn't want us to work with the table under any conditions. That is why they hid it. All of the "abomination" data types have hidden tables so all are technically normalized except that you have to use special, non-standard SQL to work with them.
  5. P

    Future of Access

    Salesforce must have been paying for this. So now you'll need to get the license directly from Salesforce and pay for it yourself like you do with other products.
  6. P

    Form on form

    There is none. They are independent. But the subforms are NOT popups. The subform control is a control. It doesn't move around unless you write code to move it
  7. P

    Future of Access

    This is more of a problem with Access due to the single container. If the bad code is in the container, I may not be able to work on my part of the project without finding and disabling the bad code.
  8. P

    Begginer! please help.

    It's better than a lot of demos but $100 would be a lot to pay for it given it's improper normalization and lack of treatment details
  9. P

    Future of Access

    By forcing us to use "New" Outlook, MS has also forced us to remove any email process from using Outlook. At least there are other options. No matter how many times I tell Outlook to revert to old Outlook and how emphatic my associated comments are, it persists in reinstalling "New"...
  10. P

    Future of Access

    One of the big benefits of using Access is the way it integrates with Office and that is also why MS put Access into Office to begin with.
  11. P

    Linked tables don't appear to be

    I told you how to verify a non-RDBMS linked table. Look at the DATABASE property.
  12. P

    Hidden & little known features in VBA and the VBE

    I was trying to be specific on where the differences lie.
  13. P

    Future of Access

    Pretty much all of them.
  14. P

    Off Topic

    Actors do what the role demands. Isaac was talking about "normal" life.
  15. P

    Trump Administration Predictions

    They're still skimming their millions from the NGO scams.
  16. P

    Off Topic

    I'm quite sure I do. And I'm also sure they don't get challenged in ladies rest rooms either, at least not by me. If you dress like women dress and act like women act, you will almost certainly be accepted as a woman. It is the clownish attire and extreme makeup that sets them apart. It's a...
  17. P

    Shocking news about UtterAccess owner

    This has already happened. You just haven't noticed. We are no longer a nation of laws. Now our laws are selective. They apply to some people but not others. They especially apply to conservatives because conservatives are likely Trump voters. For example, if you're black, you can raid...
  18. P

    Shocking news about UtterAccess owner

    At the age of 9?????????????
  19. P

    Finding which queries use specific control from the main form

    Unless the table is an Image in word, you can just extract it as a word table and that would be fine. As an image, I need to dig out an OCR tool that can parse the image. Sometimes the tool works correctly and other times, it makes a mess out of interpreting the table image. I got excited...
Back
Top Bottom