Search results

  1. J

    Copy record and update one field

    I am also trying to increment a field by 1 when using a duplicate button. I have tried to put a statement at the end of my event procedure to do the duplicating and it will not work. Here is my statment serial# = serial# + 1 It just ignores this statement for some reason. Any suggestions??
  2. J

    Duplicate Fields

    Missinglinq and Wazz Thank you both for your help. Sorry it took so long. Other things came up that needed attention and I just got back to this the other day. I am using a duplicate button and that works good, except the duplicate message when you exit. Thanks again. jdr1994 :)
  3. J

    Duplicate Fields

    Wazz I tried what the link said to do and the next records value is still null Here are my event procedures. I am assuming both events are stored in the same place. Also the "_" is for spaces and the "Me" needs to be replaced with my table name??? Thank You for your help. I have been...
  4. J

    Duplicate Fields

    I am an newby to access and am trying to prefill new records with the previouse records values. From what I understand, I need to follow these steps. Please let me know where I am going wrong or what I am missing, because it does not work. 1. Open Form in Design View 2. Click...
Back
Top Bottom