Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Shaker36
  • Content: Threads
  • Order by date
  1. Shaker36

    How to refer to a property on a nested subform

    How can I refer to a property on a nested subform. The syntax for referring to a control on a nested subform does not work when referring to a property of a nested subform. Forms!EmployeeAbsenceForm!AbsencePeriodCtl.Form!AbsenceDayCtl.Form.allowedits = true Does not work! Any Ideas? Thanks!
  2. Shaker36

    How to reference subform/subsubform with variables

    I have successfully managed to reference a subform using a variable, using the following syntax: set frmMain = Forms(varFormName) set frmSub = frmMain(subctl.name).form This works if the subform control's name is DIFFERENT from the sourceobject. HOWEVER, the code below does not work to...
  3. Shaker36

    What Happens? - Checkin Shared file from other project

    What happens when you check in a file in MS Access that is shared from another project? I have a module checked out and being modified in one Access project and I am closing up another project that shares this module. When I checkin the module VSS displays: <module> is checked out to <project1>...
  4. Shaker36

    VSS And Access Linked Tables

    Does anybody know how or what does VSS manage with regards to linked backend tables in the frontend database? There is an option there to checkout the table but it is linked so what does that mean? You can't change table design of a linked table in the frontend so why do you have to check it...

Part and Inventory Search

Back
Top