Recent content by whomademe

  1. W

    DAO to ADO

    I am starting to look at converting my DAO to ADO in our access system. I am thinking this, as I want to create myself a roadmap to ultimately converting to TwinBasic (sitting over MSAccess, and later on, SQL server) Do I need to? Can I port across and use DAO, or should I move? If so, is...
  2. W

    preventing command button being clicked twice

    I pop a TextBox control on the form that's 0x0. I set focus to it on MyCommandButton_Click() and then I can MyCommandButton.enabled = false and do the rest of the processing I need to do. e.g. Private Sub MyCommandButton_Click() Me.txtHidden.SetFocus ' if we move the focus away...
  3. W

    Merge PDFs using VBA

    I use the Debenu Quick PDF Library ActiveX DLL - debenu dot com A little homework to set up and integrate but once there, is quick to do many PDF related tasks. It's the workhorse for our document manager system.
  4. W

    New (old) member from UK

    Hi all, I've used these forums for ages, but have finally decided to take the plunge and join - with a view of being able to help back for the advice I have taken away in the past. I am a Visual Studio developer, but am solely concentrating on a bespoke MS Access solution for my main client...
Back
Top Bottom