S
Sondra
I have created a form that a user enters the following
data:
SOPNumber
SOPVersion
SOPTitle
SOPLevel
SOPSubContract
As I want to keep track of each version of the SOP, the
user is currently re-typing the 5 fields each time a new
version comes in; however in most instances the only item
that changes is the version.
Is there a way for the user to enter the SOPNumber and
have the other fields fill in from the previous entry for
that SOPNumber and then enter a new SOPVersion?
I have tried a ComboBox, but that changes the current
record that fills in the fields.
Basically, I want to replicate the fields as entered by
the query of the SOPNumber and then add a SOPVersion to
the new data.
Complicated but hopefully someone can advise me.
Thanks in advance.
data:
SOPNumber
SOPVersion
SOPTitle
SOPLevel
SOPSubContract
As I want to keep track of each version of the SOP, the
user is currently re-typing the 5 fields each time a new
version comes in; however in most instances the only item
that changes is the version.
Is there a way for the user to enter the SOPNumber and
have the other fields fill in from the previous entry for
that SOPNumber and then enter a new SOPVersion?
I have tried a ComboBox, but that changes the current
record that fills in the fields.
Basically, I want to replicate the fields as entered by
the query of the SOPNumber and then add a SOPVersion to
the new data.
Complicated but hopefully someone can advise me.
Thanks in advance.