Hi,
Thanks for your answer
I like to inform you difference between tables are not just one field, at
least 5 fields are totally difference, other fields that are the same like
DOC NO, but they have been made of concatenated of difference fields in the
each table when I am inserting records in each form. for more description,
table2 contains fields about QC documents. Like below
Proj id: 2042
Field code: COM
Discipline: MG
Doc Type: PR
Serial: 0002
Doc No: concatenated by Proj id+ Field code+ Discipline+ Doc Type+ Serial
and result should be some thing : 2042-COM-MG-PR-0002
Value of Doc No has been made by coding when inserting records in the form.
Table 1 contains fiels about engineering documents like below:
Projid: 2042
Doc Type

W
Unit: 114
Material Code: 1431
Serial: 0002
Doc No: Doc Type+ Projid+ Unit+ Material Code+ Serial and result should be
some thing like: DW-2042-114-1431-0002
Value of Doc No has been made by coding when inserting records in the form.
i am waiting for your answer, just I explained more because I liked inform
more information about the job I want to do maybe now you will have another
solution, any way if your bet is adding field in one table, I will do it.
thanks in advanced.
"PieterLinden via AccessMonster.com" wrote:
> Masoud,
>
> Put all the records in ONE table. If you need to, add another field to the
> table to differentiate the records that would have been in table1 or table2.
> Then index that column and proceed as before.
>
> --
> Message posted via AccessMonster.com
> http://www.accessmonster.com/Uwe/For...dules/201005/1
>
> .
>