Search results

  1. S

    Question: programming the subform

    Hi realvilla... thanks for the response The scenario is like this, I created a form (CPDetails) for displaying the record and on that form, I also allow the user to add new record, edit and delete record. All these functions need some global variable such as booleans to check for the sequences...
  2. S

    Question: programming the subform

    Hi, I'm trying to reuse one of my form (named CPDetails) as a subform in another new form (SearchCP). My CPDetails form has lots of global variable, most of them are ADODB.Recordset. My problem is that after the form and subform are initialized, and the form is shown on the screen, all the...
Back
Top Bottom