P
pdlginternet
I have a dumb question that is stumping me (I'm a spotty Access user
-- use it for a while and become fairly proficient and then don't use
it for a while and forget things).
I have a table which has four fields:
ID (autonumber)
ProjectNumber (Text)
ProjectCo (Text)
ProjectName (Text)
I have a form which has control source for the "ProjectNumber" field
as - "PN-"&[ID] - which, on the form displays "PN-" followed by the
autonumber ID field value -- so, for example for record #1 it shows
"PN-1".
My problem is, I want that value (the "PN-1") written back to the
"ProjectNumber" field so that it is a permanent part of that record
and searchable and for the life of me, my brain just can't figure it
out.
I'm sure it's something easy?
Help!
-- use it for a while and become fairly proficient and then don't use
it for a while and forget things).
I have a table which has four fields:
ID (autonumber)
ProjectNumber (Text)
ProjectCo (Text)
ProjectName (Text)
I have a form which has control source for the "ProjectNumber" field
as - "PN-"&[ID] - which, on the form displays "PN-" followed by the
autonumber ID field value -- so, for example for record #1 it shows
"PN-1".
My problem is, I want that value (the "PN-1") written back to the
"ProjectNumber" field so that it is a permanent part of that record
and searchable and for the life of me, my brain just can't figure it
out.
I'm sure it's something easy?
Help!