Passing Values Between Forms using OpenArgs
问题 *****EDITED So I have a form titled "NewInvoice". This form edits a table "Invoice" which contains the following; Invoice Number, Customer, Order Date. In this form I have a button which opens a subform titled "InvoiceItem". This edits a table with the same name that contains Invoice Number, Item Code, Dimensions, Etc. Now currently, my button has an event procedure as follows. Private Sub CreateInvoiceItem_Click() DoCmd.OpenForm "InvoiceItem", OpenArgs:="InvoiceNumber" End Sub (The reason I