Re: setting default value based on another field value

2004-05-18 Thread Paul DuBois
At 18:07 +0100 5/18/04, James Tusini wrote: I was wondering if there's a way to set a field to be a pattern of another field in the same table, ie: numberfile 1 xyz_1.jpg 2 xyz_2.jpg 3 xyz_3.jpg . . nxyz_n.jpg I'm achieving this through php but wa

Re: setting default value based on another field value

2004-05-18 Thread Egor Egorov
James Tusini <[EMAIL PROTECTED]> wrote: > I was wondering if there's a way to set a field to be a pattern of another > field in the same table, ie: > > numberfile > 1 xyz_1.jpg > 2 xyz_2.jpg > 3 xyz_3.jpg > . > . > nxyz_n.jpg > > > I'm ach