DoCmd.OpenForm criteria-stLinkCriteria

Tech-Archive recommends: Fix windows errors by optimizing your registry

From: Sandra (anonymous_at_discussions.microsoft.com)
Date: 04/28/04

  • Next message: Douglas J. Steele: "Re: DoCmd.OpenForm criteria-stLinkCriteria"
    Date: Wed, 28 Apr 2004 10:31:04 -0700
    
    

    I have inherited two databases that both use the following:

     DoCmd.OpenForm stDocName, , , stLinkCriteria

    but for the life of me, what does stLinkCriteria do?? It is not defined and both the previous database authors have no clue.
    I do not want to delete it without knowing what the impact is and I can find no reference to is anywhere in the help
    materials.
    Thank you.


  • Next message: Douglas J. Steele: "Re: DoCmd.OpenForm criteria-stLinkCriteria"

    Relevant Pages

    • Re: DoCmd.OpenForm criteria-stLinkCriteria
      ... all of the preceding commas) without any fear. ... > I have inherited two databases that both use the following: ... > but for the life of me, what does stLinkCriteria do?? ...
      (microsoft.public.vb.database.dao)
    • Re: Edit and Read Only
      ... read only but don't see the option for datamode. ... Dim stLinkCriteria As String ... DoCmd.OpenForm stDocName,,, stLinkCriteria ... The help file is available by pressing the F1 key when Access ...
      (microsoft.public.access.formscoding)
    • Re: What to do when theres no match?
      ... Dim stLinkCriteria As String ... DoCmd.OpenForm stDocName,,, stLinkCriteria ... Steve Schapel, Microsoft Access MVP ... Right now, it works great, unles there's no matching record. ...
      (microsoft.public.access.forms)
    • Re: DCount count records based on field value?
      ... DoCmd.OpenForm stDocName,,, stLinkCriteria ... Dim stLinkCriteria As String ... This code opens the second form and displays only the records from the ... the subform via the subform toolbox button/wizard, ...
      (microsoft.public.access.modulesdaovba)
    • Re: Creating a function?
      ... consider a standard naming convention for your forms or reports. ... The only difference between the 5 'higher-level actions' is that - as you ... will fail if stDocName isn't the name of a form. ... Dim stLinkCriteria As String ...
      (microsoft.public.access.formscoding)