I recently upsized MS Access Database to SQL Server, i only upsized the table and i'm now working on migrating the queries myself. Anyway, everything is fine, except for one thing.
I've got a table contening ~14 500 products, the primary key goes up to around 15 500 as many products were deleted for this or that reason. I also got many tables doing lookup on that tables to print the product name instead of the productid. With the tables, everything is fine. The problem's with the view, as soon as I query a table which use a lookup field to my table products, if the productid is under 15000 the name will appear correctly, if it is over 15 000 it will simply leave a blank square. Also, i use a view that query another view, it won't work, but i believe this is *normal*...
Is it an Access option that i must raise somewhere? I guess i could simply make an INNER JOIN an select the right column instead, but i would really prefer to use the already present lookup field
I've got a table contening ~14 500 products, the primary key goes up to around 15 500 as many products were deleted for this or that reason. I also got many tables doing lookup on that tables to print the product name instead of the productid. With the tables, everything is fine. The problem's with the view, as soon as I query a table which use a lookup field to my table products, if the productid is under 15000 the name will appear correctly, if it is over 15 000 it will simply leave a blank square. Also, i use a view that query another view, it won't work, but i believe this is *normal*...
Is it an Access option that i must raise somewhere? I guess i could simply make an INNER JOIN an select the right column instead, but i would really prefer to use the already present lookup field