Thanks Bruce, I've looked at the examples and I've put this in my menu (as a URL) and it works i.e. opens the record I need:
'UpdateCustomers?change_btn=change&_bidv_=' & p_web.AddBrowseValue('pageheadertag','Customers',CUS:PK_CustomerID,p_web.GetSessionValue('CustomerID'))
However.........it opens full screen, whereas when I go via a browse the form opens as a popup. How can I make this work as a popup.
I tried using the procedure call method, this worked without "popup" checked, but when I checked popup it didn't work.
Any ideas?