Search results

  1. B

    delete row from table

    Thanks, I tried, it undos the controls, but does not delete the row in the table. My form is set as dataentry, Hence if i add a new record, the previous undo'd record will still be there, with fields all empty except the autonumber field still around. oh i just found, there is the control...
  2. B

    Adding values from fields in table1 to fields in table2.

    They are not records. The fields(columns) are numbers. I have controls (textboxes) in the form where these numbers are keyed into the 7 fields. Upon exit of the form, the values in this 7 controls has to be added to the 7 fields in another table. They are ADDED to the 7 fields in another table.
  3. B

    delete row from table

    Hi, I have a form where the user keys in all the fields. After keying in, there is a button to close the form. As access autosaves the values into the table, in the event the user decides to leave without saving the record. Is there a command where I can input into the event of the "leave...
  4. B

    Adding values from fields in table1 to fields in table2.

    Hello, I have 2 tables namely "tblUpdate" and "tblRecord". These 2 tables are joined by a primary key known as Job_No with referential integrity set. (tblUpdate - Many, tblRecord - One) I have a form named "frmUpdate" where the user key in Job_No, followed by manhours into 7 different...
Back
Top Bottom