Latest activity

  • S
    sonic8 reacted to arnelgp's post in the thread Overlay Controls with Like Like.
    you can house the "sign" and "txtDataEntryAssist" textboxes to a separate pop-up form (borderless) and just pop up the form when...
  • The_Doc_Man
    If you have the ability to open and update data in an Access .ACCDB file, you have sufficient permissions to DECOMPILE. Permissions are...
  • J
    Thanks DocMan. A very comprehensive and easily understandable explanation. I have decompiled the accdb following the advice here...
  • MajP
    MajP replied to the thread Overlay Controls.
    See if this works. Seems a simpler interface If provides a pop up date picker on dates and validates dates using a double click. Might...
  • The_Doc_Man
    Nothing, because DECOMPILE merely removes the binary stuff that is behind-the-scenes of the actual VBA. When you compile code for a...
  • arnelgp
    arnelgp replied to the thread Overlay Controls.
    you can house the "sign" and "txtDataEntryAssist" textboxes to a separate pop-up form (borderless) and just pop up the form when...
  • MajP
    MajP replied to the thread Overlay Controls.
    I do not think you will be able to do that. Only one can have the focus and thus only one can be in front of the value control. However...
  • DHookom
    DHookom reacted to isladogs's post in the thread Missing record query. with Like Like.
    Not sure why this old thread was resurrected today but I think Allen Browne made a very prescient comment about subqueries in his...
  • T
    tvanstiphout posted the thread Overlay Controls in Forms.
    In a Continuous form, if we want to change the RowSource of a combobox for each row, we can overlay that combobox with a textbox. An...
  • J
    Thanks. Nothing ventured, nothing gained. John
  • T
    I think it's interesting that Texas leads the US in wind and solar power production. And did you hear? The Great Red State of Texas is...
  • T
    > what am I looking for in the decompiled code? Nothing. Decompiling throws away previous compiled state of each form and module (the...
  • NauticalGent
    NauticalGent replied to the thread Missing record query..
    It was referenced in a more current thread...
  • J
    Understood. The object "odb" is declared Public in a module. I should have noted this. oDB simply replaces "set db = currentdb" and uses...
  • MajP
    MajP replied to the thread Fairly New and Need Help.
    I will ask it a different way. Which address information do you envision in the customer table and what goes in the separate property...
Back
Top Bottom