Hi Guys,
I'm working on a purchase order form. The PK of tblpurchaseorder is PO(purchase order) & PN(part number).
I want the form to be something like a report, I mean when you key in the first item, it stayed in the form, and you just moved to a new row and key in another item. So I made a subform basing on the tbl, and I embeded it into another form which is the attachment by the end. I do not want to key in the PO every time so i put it in the main form, but something must be wrong since everytime i move the focus from the PO to the PN, system gives me a warning that the PK should not be null.
The basic intention is that I don't want to key in the same PO every time.
Thanks in advance!