I am having an issue with the word #Deleted being displayed in my text boxes on a form. The form is a data entry form. User enters data on the form which is loaded into an ACCESS table in the same database. When records are all entered by the user a button is pressed which trggers a few events:
A warning window opens (Form). User can choose ok or cancel button. OK triggers a series of events. The data in the table is used to create a file, then the data gets moved to an arcive table. The warning window closes after these events and that is when the #Deleted messages are displayed. How can I make sure that the text boxes are empty when the data entry form becomes active again?
A warning window opens (Form). User can choose ok or cancel button. OK triggers a series of events. The data in the table is used to create a file, then the data gets moved to an arcive table. The warning window closes after these events and that is when the #Deleted messages are displayed. How can I make sure that the text boxes are empty when the data entry form becomes active again?