Search results

  1. A

    dynamic update of primary key

    Steve, Thanks for the reply on this. My query is as follows: SELECT Orders.[Selling Loc], Orders.[Enter Date], Orders.[Order #], Notes.Order, Orders.[Customer Name], Orders.[Ship To Name], Orders.[Customer PO No], Orders.[Total Order Amt], Orders.[Who Enter], Orders.Status, Orders.[Ship...
  2. A

    dynamic update of primary key

    I have two tables linked by a text field defined as the primary key in each table. I want to dyanamically update the secondary table by typing information in one of the fields (not the primary key) and have the primary key automatically populate to match the linked table. I know I have done...
Back
Top Bottom