I have a table name "tblPOOrderList" that includes a field named "PONumber." I am trying to design a form that will allow data entry. My problem is that the field "PONumber" will contain the same data for each record. Each record is unique by an autonumber "ID".
How do I have this automatically have the "PONumber" entered without having to retype it each time?
I ultimately want the user to enter the "PONumber" from a form, and then a new form will simply ask for the other fields but automatically insert "PONumber" based on entry of the previous form.
peace.
How do I have this automatically have the "PONumber" entered without having to retype it each time?
I ultimately want the user to enter the "PONumber" from a form, and then a new form will simply ask for the other fields but automatically insert "PONumber" based on entry of the previous form.
peace.