Search results

  1. GPGeorge

    Solved Transforming database from 2010 model or higher to 2003.

    Let me rephrase. You could use Access 2010 (or newer) to create an empty mdb. Then you could try to import the objects from the accdb into the mdb using Access 2010 (or newer). Also, I should acknowledge that I did interpret this phrase, "...transform my database to older type" and the post...
  2. GPGeorge

    Solved Transforming database from 2010 model or higher to 2003.

    Gasman beat me to the "WHY?" question. What problem would be solved by downgrading the accdb to an mdb?
  3. GPGeorge

    Solved Transforming database from 2010 model or higher to 2003.

    You could create and mdb and try to import all of the objects from this accdb into it.
  4. GPGeorge

    Can't say I am impressed

    That works on Win10 as well.
  5. GPGeorge

    Update of stock quantity

    This is how we display in NW Developer the Qty to Reorder calculation Mark describes.
  6. GPGeorge

    Update of stock quantity

    Exactly. One more time, though, there is an example all ready for you to study and explore. It's in an Access template called Northwind Developer. Because some people have reported problems instantiating the database from the template, I put a reinstantiated accdb on my website. You can...
  7. GPGeorge

    Update of stock quantity

    That is the Allen Browne method we keep suggesting as a model to follow. See Northwind Developer for a more recent implementation of it.
  8. GPGeorge

    Update of stock quantity

    As you've been advised before in this discussion, is risky to create and store calculated values in tables. Adding another such calculation in the form of a qtyonorder field is a step further down that path. What happens is that stored calculations then freeze in place values that can change...
  9. GPGeorge

    msjtes40.dll error

    Did the code in your project compile after deselecting this reference? I didn't see where you mention completing that step? I, too, am curious about the reason for using the Microsoft Jeft and Replications Objects Library with that version. It appears to be a JET DLL, and therefore dating back...
  10. GPGeorge

    I warned You!

    "Ego wasn't isn't lacking there, either." ;) Fixed it for you.
  11. GPGeorge

    I warned You!

    He creeps me out by repeatedly referring to the impressive value of his own work. It reminds me of all the hucksters selling get rich scemes in real estate, pyramid sales and web site design. He may be right about some things, but I don't need his constant self-aggrandizement to convince me.
  12. GPGeorge

    Access vs Comercially available databases

    True, but there are other backup solutions available, both free and paid. For example, here are two selected at random, with no recommendation implied: https://www.sqlbackupmaster.com/support/sqlexpressscheduledbackup https://sqlbackupandftp.com/
  13. GPGeorge

    Documents and/or pictures in my DB

    Please note that the proposed solution, which is the appropriate choice, is NOT to store the documents and images internally. The appropriate approach is to store them externally, in a shared folder, and only store the path to the image or document in a field in a table in the database.
  14. GPGeorge

    Re-design a wellworking data base

    I have created PowerApps apps that run on a smart phone. No one, and I mean no one, wanted to use them. On a tablet sized screen, though, they are usable. This definitely falls under the category, "Just because you can, doesn't mean you should even try."
  15. GPGeorge

    Remote desktop vs. browser based web apps.

    "The prospect also wants remote users to use portable devices to capture and save images, scan barcodes, and print labels..." PowerApps does that well. See the videos in this series on YouTube, such as this one on scanning barcodes for Northwind Developer. I also take photos of book covers...
  16. GPGeorge

    Our programmer set up this form many years ago and I would like to find out where the code is

    The calculations are right there in your screenshot. Right below the Default Formatting which applies Yellow, the next conditional format says, "Condition 1 Field Value Is greater than or equal to 0" then Green is applied.
  17. GPGeorge

    Re-design a wellworking data base

    Hm. Missed this one the other day. No one seriously suggested writing documentation or code on a smart phone; at least not that I saw in this discussion. That would, obviously, be silly. But that wasn't my point anyway. What I did suggest is that there are many members of a younger generation...
  18. GPGeorge

    Solved Need help with number as text

    Cases in point.
  19. GPGeorge

    Update of stock quantity

    In Northwind Developers, we carry products in open Customer Orders in three statuses: Allocated, No Stock and On Order. You'll find the calculations in the download for Northwind Developers edition.
  20. GPGeorge

    Update of stock quantity

    And I'll add additional support to not calculating and storing values in tables. It creates a higher risk of data anomolies. (In plain words, wrong data being used in reports.) Although it is possible to use a calculation as provided, good database design would not avoid it. We used the Allen...
Back
Top Bottom