Search results

  1. P

    Caption not updating

    Thanks heaps, it works great :) Edit: but could my code have any flaws? Like waiting forever? Case "CONNECT" ODBCStatus = 3 UpdateConnectionStatus While DoEvents > 0 Wend ConnectToData UpdateConnectionStatus
  2. P

    Caption not updating

    I have a main form that has a label that displays a status message to show the status of what the database is doing (like connecting to ODBC tables). I'm having a problem where I have some code that runs to relink ODBC tables using a DSN-less connection, but before doing this I would like the...
Back
Top Bottom