Re: Question about a default table or method
- From: "PC Datasheet" <nospam@xxxxxxxxxxx>
- Date: Mon, 14 Nov 2005 04:25:10 GMT
Go back to Visio, you don't know what you are talking about (just like all
the posts you have made!!) Joe asked about default values not global
variables.
"John Marshall, MVP" <lancucki@xxxxxxxxxxxxx> wrote in message
news:ezhfx1M6FHA.2036@xxxxxxxxxxxxxxxxxxxxxxx
> Take a look at "Understanding the Lifetime of Variables" in the VBA help
> to get an understanding of how to set up a variable that will last for a
> session.
>
> As Duane mentioned, data should be kept in tables. Try and limit the use
> of global variables to the smallest scope possible and load them from a
> table. Remember, the data in the table could change and what is in the
> variable will be obsolete.
>
> John... Visio MVP
>
> "Joe Cilinceon" <jfc@xxxxxxxxxxxx> wrote in message
> news:uQ6XHhK6FHA.2364@xxxxxxxxxxxxxxxxxxxxxxx
>> What is the best way to have defaults in one location but available to
>> the whole application. Some examples would be Sales Tax rate, Late Fee
>> charge in addition to things like scanners/printers or other things used
>> with in the program.
>>
>> --
>>
>> Joe Cilinceon
>>
>>
>>
>
>
.
- Follow-Ups:
- Re: Question about a default table or method
- From: John Marshall, MVP
- Re: Question about a default table or method
- From: Joe Cilinceon
- Re: Question about a default table or method
- References:
- Question about a default table or method
- From: Joe Cilinceon
- Re: Question about a default table or method
- From: John Marshall, MVP
- Question about a default table or method
- Prev by Date: Re: Question about a default table or method
- Next by Date: Re: Question about a default table or method
- Previous by thread: Re: Question about a default table or method
- Next by thread: Re: Question about a default table or method
- Index(es):
Relevant Pages
|