S samer Registered User. Local time Tomorrow, 01:39 Joined Jan 27, 2004 Messages 38 Jun 19, 2006 #1 If quantity requird less than stock qty don't accept record by delete or undo the record . how to do it without deleting the table data ?
If quantity requird less than stock qty don't accept record by delete or undo the record . how to do it without deleting the table data ?
GUIDO22 Registered User. Local time Today, 22:39 Joined Nov 2, 2003 Messages 515 Jun 19, 2006 #2 Use a call to the Undo method for the control.
S samer Registered User. Local time Tomorrow, 01:39 Joined Jan 27, 2004 Messages 38 Jun 20, 2006 #3 GUIDO22 said: Use a call to the Undo method for the control. Click to expand... what do you mean ?
GUIDO22 Registered User. Local time Today, 22:39 Joined Nov 2, 2003 Messages 515 Jun 20, 2006 #4 Each control has an Undo method. If you do not want the changes to the field committed to your database - use : txtCtrl.Undo (where txtCtrl is the name of the control used)
Each control has an Undo method. If you do not want the changes to the field committed to your database - use : txtCtrl.Undo (where txtCtrl is the name of the control used)