M
MAG
I have a small program written to open a form by finding a
specific part number. I have the enter the number in an
input box then have it open to that record. It seems to
work ok except another box opens asking for parameter
value, which is the Part. I would like to get rid of one
of them but dont know what is causeing the second. If i
dont use the InputBox then it just opens up a blank
record. Here is a piece of the code.
Part = InputBox(Message, Title)
DoCmd.OpenForm "Products", , , " [P/N] = Part "
Any suggestions would be appreciated.
Thanks
MAG
specific part number. I have the enter the number in an
input box then have it open to that record. It seems to
work ok except another box opens asking for parameter
value, which is the Part. I would like to get rid of one
of them but dont know what is causeing the second. If i
dont use the InputBox then it just opens up a blank
record. Here is a piece of the code.
Part = InputBox(Message, Title)
DoCmd.OpenForm "Products", , , " [P/N] = Part "
Any suggestions would be appreciated.
Thanks
MAG