Ascentient
IS-IT--Management
- Nov 4, 2002
- 267
I have a previously existing program that I have been charge with "ID 10 T" proofing.
In this last week things that had originally worked seem to be not working.
Background:
A form is bound to a table. The txtBoxes are bound to the control source of the form.
Example:
When the Exit/Delete button is clicked it is suppose to close the form with out saving the record.
Well, it saves the record in the table.
Am I missing something?
Ascent
In this last week things that had originally worked seem to be not working.
Background:
A form is bound to a table. The txtBoxes are bound to the control source of the form.
Example:
When the Exit/Delete button is clicked it is suppose to close the form with out saving the record.
Well, it saves the record in the table.
Code:
DoCmd.Close acForm, "frmBmtic", acSaveNo
Am I missing something?
Ascent