M
MBoozer
Two controls on my form (PartNo) and (ExtNo) that I want to concatenate with
a web address prefix into a field called (InterAdd). The way i have it set up
now is ridiculous as the user enters a PartNo (e.g. 1234) and ExtNo (A4).
They then have to go to the third field (InterAdd) that has a fefault vaue of
http://www.mydb.com/ and manually re-enter the PartNo and ExtNo into the
InterAdd field so that it looks like this http://www.mydb.com/1234A4.
I tried adding the web extension to the input mask for InterAdd in Table
design but it was too long. I tried coding it on the form but 2 problems.
One, the user is still having to re-enter data. Two, the input mask part
"http://www.mydb.com/ is not populating into the field. How can I can I merge
PartNo and ExtNo into a single field InterAdd in which InterAdd has a
constant value? Thanks group.
a web address prefix into a field called (InterAdd). The way i have it set up
now is ridiculous as the user enters a PartNo (e.g. 1234) and ExtNo (A4).
They then have to go to the third field (InterAdd) that has a fefault vaue of
http://www.mydb.com/ and manually re-enter the PartNo and ExtNo into the
InterAdd field so that it looks like this http://www.mydb.com/1234A4.
I tried adding the web extension to the input mask for InterAdd in Table
design but it was too long. I tried coding it on the form but 2 problems.
One, the user is still having to re-enter data. Two, the input mask part
"http://www.mydb.com/ is not populating into the field. How can I can I merge
PartNo and ExtNo into a single field InterAdd in which InterAdd has a
constant value? Thanks group.