MajP's latest activity

  • MajP
    Or if you want to trap the event in the class then trap it in the class. You show withevents, but you do not trap the event in the...
  • MajP
    MajP replied to the thread Clear out data.
    There is no benefit in splitting the database. If the tables are changing all the time, what would you gain? How will that simplify...
  • MajP
    But unless there is more to it, there is no need for the class. Why not this on the form load event. dim ctrl as access.control for...
  • MajP
    Also this is wrong Private WithEvents mObjTxtBox As TextBox Private mColCtrlsRc As collection Private Sub Class_Initialize() Set...
  • MajP
    Double check that you do not have a mouse up event in the form itself. In the mouse up event check that you do not have [Event...
  • MajP
    MajP replied to the thread Clear out data.
    Yes in your world you could never get any benefit of splitting the db so you are correct there is no need to do so. In everyone else's...
  • MajP
    MajP replied to the thread Clear out data.
    It would be funny if we are all just being trolled. That seems way more likely than this is real.
  • MajP
    MajP replied to the thread Clear out data.
    Wow. That is completely unrelated. The only thing I can guess is you have no idea of what it means to split a database, because whatever...
  • MajP
    @dalski, I think you need to explain the problem and how the problem manifests. We can suggests ways to error check or track it down. I...
  • MajP
    Are you suggesting that you named a collection "A" and added objects to it. Then you changed the name to "B". You think there are...
  • MajP
    Maybe I am missing something in the explanation but it does not seem to hard. 1. Search for Collection and find all of the collections...
  • MajP
    MajP replied to the thread Clear out data.
    @DakotaRidge, I think you have a misconception of the complexity of doing this. This is truly a very, very simple thing to do. Once...
  • MajP
    Could you simply do a "find" in vba searching for "collection" i.e. dim Something as Collection You will then find all the...
    • col.PNG
  • MajP
    You are probably going to have to provide more info. I cannot follow what you are asking. Maybe an example would help. Not sure if this...
  • MajP
    @isladogs IMO, I think your example is more an exception vice the norm. The wizard only allows you to choose which field to bind if you...
    • Choice.png
    • State1.PNG
    • State2.PNG
Back
Top Bottom