Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Automatically populating month fields

2 views
Skip to first unread message

Janie

unread,
Jun 22, 2005, 11:05:01 AM6/22/05
to
I created a table with 12 columns. The header row for each column will
contain mnoths of the year. If a user types in "March" in the first column,
I want the rest of the column headers to automatically populate with the
following 11 months. Any ideas?

Alex [MSFT]

unread,
Jun 24, 2005, 6:53:12 PM6/24/05
to
Create an XML file with a list of months:
<calendar>
<month>
<name>January</name>
<number>1</number>
</month>
...
</calendar>

Plug it into your form using Tools | Data Connections | Add.

Then use rules or default values to set the values in each column.

Let me know if you need more help.

-Alex


"Janie" <Ja...@discussions.microsoft.com> wrote in message
news:8C47EDF9-A5F6-4DE6...@microsoft.com...

0 new messages