Clearing inf. in a form with bound fields without deleting the records in the table

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Lilly Torres
    New Member
    • Aug 2010
    • 2

    Clearing inf. in a form with bound fields without deleting the records in the table

    I have a simple form to add, edit, delete & view records, what I want is that when I am viewing the records i can have the oportunity to press the Add Record Button and that the form automatically clear the content and allow me to write a new record.

    What I did was closing & opening the form now with the data mode to Add but it does not look that good, is there other way of doing it.
  • NeoPa
    Recognized Expert Moderator MVP
    • Oct 2006
    • 32661

    #2
    You can use :
    Code:
    Call Me.Undo
    Lilly.

    Welcome to Bytes!

    Comment

    Working...