Recent content by Nocodexp

  1. N

    Runtime Error 3134

    Hi, I was just following some coding from a tutorial and I've ran into the runtime error 3134 "Syntax error in INSERT INTO statement". I checked the coding and I believe everything is where it's at, however, the yellow arrow is pointed at the bottom line, where I guess where there is a fault...
  2. N

    Increment for duplicate records.

    I am doing this as a part of a reform of a unique identification system, so that whenever a new part number is entered in the system, a unique part ID could be created as of a result, instead of having someone create the identification numbers by hand and have someone else enter it in a database...
  3. N

    Increment for duplicate records.

    I understand that I could use autonumber, however, it can't track the number of duplicates. You see, I'm working with parts that have been entered over the past years that have different order numbers, suppliers, and locations, and what is neccessary is that I need to have a format of a unique...
  4. N

    Increment for duplicate records.

    Hi, I'm pretty new to this forum and I barely have any coding skills. I'm not asking for a direct handmedown as it is for help. I'm currently in the process of doing a an overhaul of the database including a table, some odd 17,500 records long. What I need to do is to create a unique identifier...
Top Bottom