Global Constants

From: Elwin (anonymous_at_discussions.microsoft.com)
Date: 04/23/04


Date: Fri, 23 Apr 2004 13:29:40 -0700

Public strMyVariable As String

>-----Original Message-----
>Is there a way to declare a global variable in Access
such
>that all objects in the database are able to reference
>it's value at any time?
>.
>



Relevant Pages

  • RE: Populate Drop-Down Listbox from Query?
    ... Need to add reference to ... the command string to connect to your database; if you do not know it already ... which gives you the connection string. ... You can build an event procedure using AfterRefresh to populate the ...
    (microsoft.public.excel.programming)
  • Re: String not working
    ... In reference to the create object. ... Public strto1 As String ... End Sub ... but if you declare ...
    (microsoft.public.excel.programming)
  • Re: MySQL and Date Type columns with 2005-05-00 contents
    ... Darko Topolsek schrieb: ... > why dont you declare date field in database like String ... ...
    (comp.lang.java.databases)
  • Re: + 46 agi ??
    ... >> An item link is just a text string that details an item - it is not a ... >> reference to an actual item in their database. ... Prev by Date: ...
    (alt.games.warcraft)
  • Re: Scope misunderstanding
    ... When you declare a reference in a method, it's only the reference that belongs to the scope, any object that you create in the method is not limited by the scope at all. ... Public a As String ...
    (microsoft.public.dotnet.languages.vb)