Search results

  1. 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."
  2. 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...
  3. 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.
  4. 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...
  5. GPGeorge

    Solved Need help with number as text

    Cases in point.
  6. 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.
  7. 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...
  8. GPGeorge

    Control Tip Text flashing

    This is a follow up. Tom went on to test additional scenarios and thereby prompted me to do so as well. This issue appears to be driven by the Hi Rez monitor drivers. In the end, we found that: Hovering over labels attached to controls with control tip text does display that control tip text...
  9. GPGeorge

    Solved Run Dos Command in VBA

    If you have SharePoint in your organization, you can migrate the data to SharePoint lists. That is not the same as putting the BE in a SharePoint location.
  10. GPGeorge

    Control Tip Text flashing

    Thanks for filling out the picture :) It certainly does appear to be a hardware problem.
  11. GPGeorge

    Control Tip Text flashing

    I pulled it down to replace a bad reference. I'll put it back up. Please try again.
  12. GPGeorge

    Control Tip Text flashing

    I finally tracked it down to a certain extent. It appears to be related to the fact that I have a 4k Hi Res monitor. I got it to display correctly briefly by dropping the refresh rate to 25 Hz, although it quickly reverted to the flashing mode. So, I am pretty sure it is caused by the...
  13. GPGeorge

    Control Tip Text flashing

    It's beginning to look more like my specific computer. I fired up an older laptop with Access 32 bit runtime only. The control tip texts work correctly on it as well as on my 64 bit installation. So it's down to this specific computer and installation. Thank you all.
  14. GPGeorge

    Control Tip Text flashing

    Slow, I would expect. It's in a subform and maybe there's some other stuf involved because of that. It should still work though. I'm repairing my 32 bit Office installation now, in case it has something to do with that. As I noted, it works as expected on my other, 64 bit, installation.
  15. GPGeorge

    Control Tip Text flashing

    Only Books. The control tips do display, then?
  16. GPGeorge

    Control Tip Text flashing

    Do you have 32 bit Access installed or 64 bit Access?
  17. GPGeorge

    Control Tip Text flashing

    That's exactly what I want the user to see. It starts with an AutoExec macro that runs InitVars. The last line of code in InitVars opens the menu form. DoCmd.OpenForm FormName:="frm_Main_Menu" And it also works correctly for me on my 64 bit installation! Now, I'm totally puzzled, unless...
  18. GPGeorge

    Control Tip Text flashing

    Thank you.
  19. GPGeorge

    Control Tip Text flashing

    Thank you.
  20. GPGeorge

    Control Tip Text flashing

    One other note. Midway through setting up the original version I changed "genre" to "category" and "creator" to "author", but I did not revise the underlying tables to match the interface. Too much work.
Back
Top Bottom