Results 1 to 3 of 3
  1. #1
    bps is offline Novice
    Windows 10 Access 2016
    Join Date
    May 2017
    Posts
    3

    Need help creating input form


    Cloning ID is an auto number generator, and I want to make the value for Catalog number be the same as Cloning ID. The reason I cannot condense it into only 1 field is because I'm building the database on existing Catalog numbers, and there cannot be overlaps.

    I have modified the autonumber counter using an alter table query so it starts from a catalog number above the existing ones. However, I don't know how to make the cloning ID = Catalog number on the input form I have created.


    Click image for larger version. 

Name:	image.JPG 
Views:	9 
Size:	23.7 KB 
ID:	28586

    I have tried setting After update values to equal both fields as the same and using default value inputs. I might be approaching this the wrong way, what is the correct way to do this?

    Thanks!
    Attached Thumbnails Attached Thumbnails image.JPG  

  2. #2
    aytee111 is offline Competent At Times
    Windows 10 Access 2013 64bit
    Join Date
    Nov 2011
    Location
    Nomad
    Posts
    3,936
    You can set it on the BeforeInsert event.

  3. #3
    davegri's Avatar
    davegri is online now Excess Access
    Windows 10 Access 2016
    Join Date
    May 2012
    Location
    Denver
    Posts
    3,413
    Why don't you just rename the [Cloning ID] as [Catalog Number] in the table design?
    Last edited by davegri; 05-10-2017 at 09:30 AM.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Creating invoice input form in 2007
    By mogo3xc in forum Access
    Replies: 2
    Last Post: 04-01-2015, 02:47 PM
  2. Replies: 1
    Last Post: 11-04-2014, 12:07 PM
  3. Replies: 4
    Last Post: 10-20-2014, 12:57 PM
  4. Replies: 2
    Last Post: 11-14-2013, 06:04 PM
  5. Creating a input form...?
    By DarrenReeder in forum Access
    Replies: 4
    Last Post: 01-07-2011, 03:26 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums