Search results

  1. nschroeder

    Compact Secured Database

    I am trying to compact & repair a secured database. I log in exclusively as the administrator with the following shortcut property target: "C:\Program Files\Microsoft Office\OFFICE11\MSACCESS.EXE" f:\pathname\appname.mdb /User "adminname" /Pwd "adminpwd" /wrkgrp f:\pathname\appname.mdw /excl...
  2. nschroeder

    Form/Subform calculation timing

    I got it to work by using a .Refresh.
  3. nschroeder

    Form/Subform calculation timing

    I had tried Requery also, and it also had no effect.
  4. nschroeder

    Form/Subform calculation timing

    I have a form with a subform that includes a field called ItemCount. In the footer of the subform is a textbox, CalcCount, that calculates the sum of the ItemCount column (=SUM([ItemCount])). In the main form under that column is another textbox called VerifyCount in which the user enters a...
  5. nschroeder

    Look at form records from another form

    I have a form (Files) with a subform (Folders). Users can check folders in and out of a file by clicking a Check In/Out button on the Files form. This opens a CheckInOut form displaying the current folder record, and they click OK to check the folder in or out. I also have an "All" checkbox on...
  6. nschroeder

    Command Button Wizard Compile Error

    Never Mind Never mind. I removed the Microsoft ActiveX Data Objects 2.1 Library reference and added Microsoft ActiveX Data Objects 2.8 in its place and the problem went away. Maybe this will help someone else.
  7. nschroeder

    Command Button Wizard Compile Error

    I am developing a new MS Access database. When I try to add a button to a form, I get the following: Compile error. in query expression 'AppLoadString([bw_TblButtonActions].[Description]). This is the first db I have worked on since getting a new PC with Windows XP. The db version is Access...
Back
Top Bottom