J
juvi
Hello,
I have no experience for 100000 records and above, so I am not sure if this
is really a performance problem or not.
I have a subform with a table as datasource. When the form is openned then
it works fine. The form opens for 100000 records immediately .
But I need to get also the list of materials from a second table. I did this
by:
SELECT [Column1], [Column2]... FROM tbl_Material_A
UNION
SELECT [Column1], [Column2]... FROM tbl_Material_B
It works, but there is a performance difference (form opens after 2sec, and
without union immediately for 100000 records)
Thank you.
juvi
I have no experience for 100000 records and above, so I am not sure if this
is really a performance problem or not.
I have a subform with a table as datasource. When the form is openned then
it works fine. The form opens for 100000 records immediately .
But I need to get also the list of materials from a second table. I did this
by:
SELECT [Column1], [Column2]... FROM tbl_Material_A
UNION
SELECT [Column1], [Column2]... FROM tbl_Material_B
It works, but there is a performance difference (form opens after 2sec, and
without union immediately for 100000 records)
Thank you.
juvi