Access 2007 Tabbed form with shared recordset

  • Thread starter Thread starter Alen Darr
  • Start date Start date
A

Alen Darr

I have a tabbed form that has multiple forms each displaying information from a main table. When a record is edited, the forms work as expected. When a new record is added - A null key error is thrown by the duplicate sets. To combat this I have turned off record locking, tryed me.refresh in the form_current procs, after_update and after_insert methods. How do you get access to share the recordset between forms (in add mode)?

Submitted via EggHeadCafe
ASP.NET Composite Controls
http://www.eggheadcafe.com/tutorial...2-65916778e72d/aspnet-composite-controls.aspx
 
Back
Top