Recent content by Timbo99

  1. T

    access database password

    Is there a way to get around a password on the database if I didn't create the file?
  2. T

    Access Runtime install on NT system

    I have had this same problem all night. worked about 6 hours now trying to get the program to install access runtime.. it just won't copy the files over.. Anyone have a solution? Sure would appriciate it!
  3. T

    Filter using List box

    Thanks!.. I've been trying to fix a problem simular to this for a week.. Today was my deadline to have it done and the answer appeared! Thanks again guys :p
  4. T

    Runtime Conflicts with Native Access

    Found a workaround. just run access 97, 1 time.. and all your links will work with access 97 databases.. next time you run the access 2002 deployment program, you will again need to run access97 to switch it back.. Timbo
  5. T

    Runtime Conflicts with Native Access

    I have the same problem.. Did anyone find a work around yet?
  6. T

    Access Developer Deployment Problem

    I have been using the deployment wizard( developer XP), seems to work great.. I do have one problem though.. it seems if the access runtime program is installed on a computer with an earlier version of access, the user will be forced to use the viewer for his own personal access databases...
  7. T

    printing subforms

    This Works I use a command button on the subform (printer icon).. set it's properties to visible 'screen only'. now paste this code into the buttons 'on click' Dim stDocName As String Dim MyForm As Form stDocName = "subformname" Set MyForm = Screen.ActiveForm...
Top Bottom