Re: How to store Misc. Info within a database
- From: Tim Ferguson <FergusonTG@xxxxxxxxxxxx>
- Date: Fri, 01 Jul 2005 08:52:18 -0700
"=?Utf-8?B?U3JNb3Vzc2U=?=" <SrMousse@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in
news:E8618570-2013-4DF4-9F8D-0A4BD471961C@xxxxxxxxxxxxx:
>
> However, I now have a bunch of other misc. data that I need to store,
> like the "Working Year" (I am going to use the field to dictate which
> year of info to pull the data from) "Common Header", etc.
> Additionally, I am considering storing formatting data such as font
> size (still considering this).
>
>
I use the database properties for these, because for me they're attributes
of the application rather than core data.
If they need to be invisible, use the DAO.Database.Properties collection.
If you want them to be user-accessible, use DAO.Database.Containers
("Databases").Documents("UserDefined").Properties because these are the
ones that appear on the File | Properties dialog. (I think -- you need to
check the help files for the exact access path.
Hope that helps
Tim F
.
- Prev by Date: List Box
- Next by Date: RE: Best Practices
- Previous by thread: List Box
- Next by thread: RE: Best Practices
- Index(es):
Relevant Pages
|