Hi Jeff,
Actually, I have a few different tables that track various call center
metrics, and each one has a growing date range of data. So, for example,
tblMyTable would have 'Calls Taken' and 'AHT', and has those data for the
dates of, say, 11.01.05-06.22.06. Then tomorrow, when I receive today's
totals, I'd add those data in to the table and update the description under
the table's properties to something like "CallsTaken/AHT Data for
11.01.05-06.23.06".
What I am trying to do here is take the text of that table's description and
have it be the text of a label on a form I have. Does that help clarify a bit?
matt
"Jeff Boyce" wrote:
> If I take your example literally, you have one table for each month.
> Embedding data (i.e., month-of-data) in tablenames is likely to cause you no
> end of headaches, as this design will not be able to use the Access
> functions/features that rely on a well-normalized data structure.
>
> What the example seems to describe isn't a relational database, but a
> spreadsheet.
>
> Could you use a single table, and add a single field to your existing
> structure (DateOf XXXXX -- I'm not clear on what you are measuring)?
>
> Regards
>
> Jeff Boyce
> Microsoft Office/Access MVP
>
>
> "Mattantaliss" <(E-Mail Removed)> wrote in message
> news:561BA379-DB5E-4705-9D41-(E-Mail Removed)...
> > [I have this cross-posted at
> > http://www.mrexcel.com/board2/viewtopic.php?t=218716 --- I'm not getting
> > any
> > response there yet, so am also putting up here to increase the chance of a
> > solution]
> >
> > Hello,
> >
> > Is it possible to have a label on a form that references a table
> > description
> > for its text? [With Access2000]
> >
> > That is, I have, say, tblMyTable with description "Data for
> > 01.01.06-01.31.06" and I have lblMyLabel on frmMyForm - and I want the
> > text
> > of lblMyLabel to be "Data for 01.01.06-01.31.06". Of course, the point of
> > this is that, say, when I add in data for Feb. 1st and update the table
> > description to "Data for 01.01.06-02.01.06", I want lblMyLabel to update
> > as
> > well.
> >
> > Is that possible?
> >
> > Thanks,
> > matt
>
>
>