Search results

  1. P

    ActiveX Component ALERT!

    everytime i drag a command button, a combo box, a list box or a subform, an error displays informing ?"ActiveX component can't create object" . I already reinstalled my Office yet same thing happend. Obviously, it has something to do with objects that has accompanying wizards on it. I'm sure...
  2. P

    append query used by more than 1 form

    i thought i have browsed from the Help of Access that to specify the criteria of a query which is being used by more than 1 form is this way: (assuming the common control name of the forms is EmpID) [forms]![Empid] meaning, just ommit the form name. but it didn't work. instead it was being...
  3. P

    combo box: to control the navigation buttons

    i got a form with a subform. from the main form, i have a combo box. if i change the value of the combo box, the entries in the subform would also change because this combo box is linked to a certain field in the subform. but... the record on the main form is altered. what i really want is...
  4. P

    save a subform from another form

    i got a form which has a subform. to add entries to the subform, another form will be opened. from the newly opened form, i can paste the current record. but the problem is i can only add up to 1 record only because the subform does not advance to a new record. i tried requerying the subform...
  5. P

    update table from a form.

    i'm viewing the data of the Purchased Items table from a certain form. i place a command button "Dispose" so that when i click it the current record will be deleted from the Purchased Items table and will placed in the Disposed Items table. Help me plezzzzzzzz!
  6. P

    change a value on a certain table but my form is based on a query

    my database is all about keeping records of computers assigned to an employee as well as the number of computer units in a certain department. so everytime a new employee is assigned with a unit, the number of computer units in the department where the employee belongs increases. now, on my...
Back
Top Bottom