D
Deb Struble
I have a form in datasheet view that shows all the Purchase Order
Information (PO #, Item #, Supplier Name, Qty, Cost). Rather than adding
all the Supplier Information (Address, Phone #, etc) to this form as well I
would like the user to be able to double click on a Supplier Name and it
would automatically open a pop-up window displaying all the Supplier
Information (Address, Phone #, ect). Does anyone have any ideas on how I
would do this? This is what I originally used but it gives me an error and
it doesn't pull the correct Supplier information.
Private Sub SupplierName_DblClick(Cancel As Integer)
DoCmd.OpenForm "frmSupplierView2", acNormal
Me.SupplierID = Forms.PObyPartView2.SupplierID
End Sub
Thanks in advance for any help!
Information (PO #, Item #, Supplier Name, Qty, Cost). Rather than adding
all the Supplier Information (Address, Phone #, etc) to this form as well I
would like the user to be able to double click on a Supplier Name and it
would automatically open a pop-up window displaying all the Supplier
Information (Address, Phone #, ect). Does anyone have any ideas on how I
would do this? This is what I originally used but it gives me an error and
it doesn't pull the correct Supplier information.
Private Sub SupplierName_DblClick(Cancel As Integer)
DoCmd.OpenForm "frmSupplierView2", acNormal
Me.SupplierID = Forms.PObyPartView2.SupplierID
End Sub
Thanks in advance for any help!