Search results

  1. H

    multiple controls calling same procedure

    Having never used class modules before, I am wondering if i am able to define my own custom object like a command button, that has common methods with each new instance of the same button. In my current concept, I have a form with about 20 command buttons whose click, gotfocus & etc events are...
  2. H

    Comparing data storage

    I am trying to diod some research on the best places to store data when building a msaccess database application. I have found that yiou can store data in several formats & in different places - each having different advantages as far as scope, speed, useability, memory use, access, etc. I am...
  3. H

    unconverted state error

    "The database is in an unconverted state! This database has been converted from a prior version of Microsoft Access by using the DAO CompactDataas method instead of the Convert Database command on hte Tools menu. This has left the database in a partialy converted state...." I got this msg...
  4. H

    Windows Product ID

    Is there a VBA code snipett to aquire the Windows Product ID from the operating system in which VBA code is currently running in? In licensing my simple distributed application (low security), my plan is as follows: After trial period expires, user is to email me with their name & company &...
  5. H

    Hide err 2501

    Please help I am trying to stop the err msg 2501 after the cancelling the open event - I tried on error resume next - didn't work Help access 2003 VBA the following is a simplified example in a form's module: Option Compare Database Option Explicit Private Sub Form_Open(Cancel As Integer)...
Back
Top Bottom