Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

inserting records inside subform tab control

Status
Not open for further replies.

tazardous

Programmer
Aug 22, 2002
58
US
I have a form, let's call it frmMain,
containing a subfrm, let's call it subfrmTabs,
that contains a series of tabs.

When a user clicks on a tab and enters a new record,
I want to be able to set a field in this new record to
the name of the tab they are working in. This way, the
record they add will be associated with that tab and will
only display while that tab is active.

In what event, and what code do I use to do this?

Thanks,
Taz
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top