M
Masoud
Hello,
I have one document list , that there are some fields like doc no,
contractor name, discipline, sequence No, date
Doc no field is concatenate of “TQâ€+[CONTRACTOR NAME]+DISCIPLINE+SEQUENCE NO
FOR EXCAMPLE
DOC NO CONTRACTOR NAME DISCIPLINE SEQUENCE No date
Tq-arp-civ-0001 arp civ 0001 30-jan-09
Tq-arp-civ-0002 arp civ 0002 30-jan-09
Tq-arp-blg-0001 arp blg 0001 30-jan-09
i have made another that table that there are these fields discipline,
contractor name, next
Discipline and contractor name are primary key and they have relation to
table “document listâ€
[next] has default value 0 in this table
Now i want to make coding in my form that concatenate fields for making doc
no field and obtain sequence no automaticly that depend
on both of field [contractor name], [discipline] for example if one of them
for the first time changed sequence no started from ooo1
like below
DOC NO CONTRACTOR NAME DISCIPLINE SEQUENCE N date
Tq-arp-civ-0001 arp civ 0001 30-jan-09
Tq-arp-civ-0002 arp civ 0002 30-jan-09
Tq-arp-blg-0001 arp blg 0001 30-jan-09
Tq-arp-civ-0003 arp civ 0003 30-jan-09
Tq-shr-civ-0001 shr civ 0001 30-jan-09
Tq-shr-civ-0002 shr civ 0002 30-jan-09
I did when sequence no just depend on changing of one field but i can not
do when depend on two field
Please help me?
Thanks.
I have one document list , that there are some fields like doc no,
contractor name, discipline, sequence No, date
Doc no field is concatenate of “TQâ€+[CONTRACTOR NAME]+DISCIPLINE+SEQUENCE NO
FOR EXCAMPLE
DOC NO CONTRACTOR NAME DISCIPLINE SEQUENCE No date
Tq-arp-civ-0001 arp civ 0001 30-jan-09
Tq-arp-civ-0002 arp civ 0002 30-jan-09
Tq-arp-blg-0001 arp blg 0001 30-jan-09
i have made another that table that there are these fields discipline,
contractor name, next
Discipline and contractor name are primary key and they have relation to
table “document listâ€
[next] has default value 0 in this table
Now i want to make coding in my form that concatenate fields for making doc
no field and obtain sequence no automaticly that depend
on both of field [contractor name], [discipline] for example if one of them
for the first time changed sequence no started from ooo1
like below
DOC NO CONTRACTOR NAME DISCIPLINE SEQUENCE N date
Tq-arp-civ-0001 arp civ 0001 30-jan-09
Tq-arp-civ-0002 arp civ 0002 30-jan-09
Tq-arp-blg-0001 arp blg 0001 30-jan-09
Tq-arp-civ-0003 arp civ 0003 30-jan-09
Tq-shr-civ-0001 shr civ 0001 30-jan-09
Tq-shr-civ-0002 shr civ 0002 30-jan-09
I did when sequence no just depend on changing of one field but i can not
do when depend on two field
Please help me?
Thanks.