F fredg Jan 24, 2007 #2 how do I set up field (autoumber) to have TD as prefix Click to expand... You can't and you don't need to. Whenever you need to show the Autonumber with the TD prefix, concatenate it: = "TD" & [NumberField] There is no need to store the TDValue in the table.
how do I set up field (autoumber) to have TD as prefix Click to expand... You can't and you don't need to. Whenever you need to show the Autonumber with the TD prefix, concatenate it: = "TD" & [NumberField] There is no need to store the TDValue in the table.
G Guest Jan 24, 2007 #3 fredg said: how do I set up field (autoumber) to have TD as prefix Click to expand... You can't and you don't need to. Whenever you need to show the Autonumber with the TD prefix, concatenate it: = "TD" & [NumberField] There is no need to store the TDValue in the table. Click to expand... kewl...thanx concatenate... word du jour
fredg said: how do I set up field (autoumber) to have TD as prefix Click to expand... You can't and you don't need to. Whenever you need to show the Autonumber with the TD prefix, concatenate it: = "TD" & [NumberField] There is no need to store the TDValue in the table. Click to expand... kewl...thanx concatenate... word du jour