You could use code like:
DoCmd.SelectObject acTable, "tblOneOfYourTables", True

Signature
Duane Hookom
MS Access MVP
> Can this be done through a command button on my main form?
>
[quoted text clipped - 18 lines]
>> >
>> > Brook
Douglas J Steele - 24 Nov 2005 13:32 GMT
It should probably be pointed out that in Access 2000 and newer, you must
have the database opened exclusively to be able to save any changes you
might make.

Signature
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)
> You could use code like:
> DoCmd.SelectObject acTable, "tblOneOfYourTables", True
[quoted text clipped - 21 lines]
> >> >
> >> > Brook
Brook - 24 Nov 2005 14:31 GMT
Thank you...
That was exactly what I was looking for!
Brook
> You could use code like:
> DoCmd.SelectObject acTable, "tblOneOfYourTables", True
[quoted text clipped - 21 lines]
> >> >
> >> > Brook