insert AutoNumber field in form

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • patheo
    New Member
    • Jan 2012
    • 1

    insert AutoNumber field in form

    Hello,

    In the database attached, I have an order form that can add order items in a subform. Everything works fine but the end user has to enter the order id every time a new order is applied.
    Please, can you help me set an autoNumber field that automates the Order id entries.

    Thanks in advance,
    Attached Files
  • Seth Schrock
    Recognized Expert Specialist
    • Dec 2010
    • 2965

    #2
    In the Orders table, just change the OrderID data type to be AutoNumber instead of Number. That is all it takes.

    Comment

    Working...