help with tables

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • beva
    New Member
    • Mar 2006
    • 2

    #1

    help with tables

    I have a rather simple system programmed where I have a large table format that was used to create a form for the user to enter new records into the table. Most of the processing is coded in vba for saving data and opening new records-- problem is that when I close the form via a doCmd.close, an extraneous record is written to the table with skeletal information from the last record processed on the screen. How do I go about preventing this dummy record from writing? Thanks in advance for the help
  • Banfa
    Recognized Expert Expert
    • Feb 2006
    • 9067

    #2
    Since this is probably an error in your code it would be hard for anyone to give you the answer without seeing it.

    Comment

    Working...