From: Hawk on
Good evening: I am a novice at VBA, though have written some code through
trial and error. I now am trying to find the best way to fill combo and list
boxes on a multi-page (3 page) form with boxes on each page. I assume this
would best be done in the form_initialize code, but I'm struggling with the
process of changing pages to load the data.

Could someone provide some basic code showing this?

Thanks...
From: ozgrid.com on
Name the Range(s) then type the Name in the RowSource/ListRange Property at
design time.


--
Regards
Dave Hawley
www.ozgrid.com


"Hawk" <Hawk(a)discussions.microsoft.com> wrote in message
news:339A433A-6700-4908-AD63-FA5EDBCD0486(a)microsoft.com...
> Good evening: I am a novice at VBA, though have written some code through
> trial and error. I now am trying to find the best way to fill combo and
> list
> boxes on a multi-page (3 page) form with boxes on each page. I assume
> this
> would best be done in the form_initialize code, but I'm struggling with
> the
> process of changing pages to load the data.
>
> Could someone provide some basic code showing this?
>
> Thanks...