"ApexData@gmail.com" <ApexData@gmail.com> wrote in
news:1147141848.401349.317170@g10g2000cwb.googlegr oups.com:
[color=blue]
> Thankyou for the reply. I simply need to be
> able to reference the 2-Tables mentioned. What method would you
> personally choose to make reference to each tables fields knowing
> that each table will only have 1-record and they have no
> relationship to each other? These single record tables, are being
> used to store Setup information for the application.[/color]
Make a subform for each table. Put a tab control with two tabs on an
unbound form. Embed each subform in one of the tabs.
You'll probably want to do things like turn off .AllowAdditions and
..AllowDeletions in the subforms themselves.
You could also use a single subform control without the tab and use
some method like an option group (perhaps with toggle buttons) to
programmatically swap the subforms.
--
David W. Fenton
http://www.dfenton.com/
usenet at dfenton dot com
http://www.dfenton.com/DFA/