I have a form that some information is written to tables the form is not based on. (So I have VB code opening the table and populting using the With statment)
This all works fine until the user wants to add another record to a new member without closing the form. I have a SAVE button the user clicks on but the fields still containe the information in them from the previous, unless I close the form and re-open it. I have tried requery, but it doesn't clear these fields. Am I going to have to set each of these fields to " "? i sure hope not.
kim
This all works fine until the user wants to add another record to a new member without closing the form. I have a SAVE button the user clicks on but the fields still containe the information in them from the previous, unless I close the form and re-open it. I have tried requery, but it doesn't clear these fields. Am I going to have to set each of these fields to " "? i sure hope not.
kim