G
Guest
I have a form named 'Update Purchase Orders', but I want it to display the
purchase order that the user specificaly requires - and no other records.
I wondered what would be the best way to achieve this.
I was thinking of editing the forms onOpen event to contain something like:
Dim POid As String
InputBox "Enter PO ID" = POid
but how would I be able to display only the PO number entered?
Any suggestions would be appreciated
Thank You,
Kenny
purchase order that the user specificaly requires - and no other records.
I wondered what would be the best way to achieve this.
I was thinking of editing the forms onOpen event to contain something like:
Dim POid As String
InputBox "Enter PO ID" = POid
but how would I be able to display only the PO number entered?
Any suggestions would be appreciated
Thank You,
Kenny