Latest activity

  • RonPaii
    Very little change that anyone can force Microsoft to put Access in public domain. MS Flight Simulator, which in no way competed with...
  • RonPaii
    With source control you can branch the FE allowing you to work on new features while maintaining the production FE. When the new feature...
  • GPGeorge
    Under the covers, I'm convinced Quicken actually stores the data this way. I've completed enough transactions involving "accounts" and...
  • GPGeorge
    GPGeorge replied to the thread Prompt for name.
    I regularly used this approach for client work. Column 1 (index 0) is the Access-friendly name. Column 2 (index 1) is the human-friendly...
  • riktek
    riktek replied to the thread CustomControl WithEvents?.
    Colin: Thanks. I had suspected something missing in the COM programming underlying the Access.CustomControl class, specifically the...
  • GPGeorge
    GPGeorge reacted to Ken Sheridan's post in the thread Prompt for name with Like Like.
    The following is the RowSource for a list box in a database of enslaved people on a group of plantations which I and my American partner...
  • G
    I'm not sure if you mean don't enter any negative values or don't save any negative values. I see several examples of tables with a dr...
  • E
    Yeah but sometimes you do not want to save it because you are still working it out, especially is you are replacing a huge chunk of...
  • riktek
    riktek reacted to isladogs's post in the thread CustomControl WithEvents? with Like Like.
    I asked CoPilot: Forum question: Can an Access ActiveX CustomControl be assigned to a CustomControl variable declared WithEvents? First...
  • isladogs
    isladogs replied to the thread CustomControl WithEvents?.
    I asked CoPilot: Forum question: Can an Access ActiveX CustomControl be assigned to a CustomControl variable declared WithEvents? First...
  • riktek
    Can a CustomControl be assigned to a CustomControl variable declared WithEvents? I have an ActiveX control wrapper that successfully...
  • Ken Sheridan
    Ken Sheridan replied to the thread Prompt for name.
    The following is the RowSource for a list box in a database of enslaved people on a group of plantations which I and my American partner...
  • T
    tvanstiphout reacted to isladogs's post in the thread Prompt for name with Like Like.
    You also don't need DISTINCT as Access won't let you create two objects of the same type with the same name ;) FWIW I prefer to filter...
  • RonPaii
    Have you ever known an accountant that wasn't a purist?🥸
  • isladogs
    isladogs replied to the thread Prompt for name.
    You also don't need DISTINCT as Access won't let you create two objects of the same type with the same name ;) FWIW I prefer to filter...
Back
Top Bottom