I used the On Open code and that worked beautifully.
I ended up changing a little bit of the syntax of the code to make it like this:
DoCmd.OpenForm “Purchase Orders”, , , "PurchaseOrderID =" & Me.PurchaseOrderID , , , "Any text"
And it WORKS!!!!
I cannot thank you enough! You have been very helpful and patient with me!