add primairy-key into txtfield

crujazz

Registered User.
Local time
Today, 01:22
Joined
Jun 15, 2009
Messages
12
Hello everyone,

I have a table named tblGases, with a primairy-key and a 2 textfields.
What i like to do is to let the primairy-key appears in the first textfield.

Example:

idGasID (Autonumber)
txtGas (Text) (Default Value: "A-")
txtLocation (Text)

idGasID = 1......999

txtGas should look like: A-001.....A-999

My question: is this possible and if so how?

Thanks in advance
 

Users who are viewing this thread

Back
Top Bottom