Search Result

Collapse
2 results in 0.0014 seconds.
Keywords
Members
Tags
multiple subforms
  •  

  • Track Changes in Form with sub-form & multiple tabs

    Hi,

    I've made a multi user (4 end users) database in Access 2000. I've made data tables, reference tables etc which sits on a shared drive and I've made individual front ends for the end users which gives them specific views of the data.
    I'd like to track all the changes made to a record which works find with the following code :
    basAuditTrail:
    Code:
    Option Compare Database
    
    Const cDQ As String = """"
    ...
    See more | Go to post

  • Updating value in one subform cancels out update in other subform

    I have a parent form with four tabbed subforms. On subform x, selecting a value from a combo box should update a few controls on this subform, as well as a control on subform y, all done using dlookups. Each of the controls does have a valid control source in the same table. Right now, I can update the controls on subform x with no problem. When I add the code to update subform y, however, the control in subform y updates and saves the value,...
    See more | Go to post
Working...