hi all,
what access trickery can you use to stop fields and rows appearing in the order that they should according to straight sql? I'm maintaining a database that somehow manages to have fields come out in a different order than they are SELECTed (which I'm attributing to lookup fields, but haven't investigated too far because I'm not sure whether I look for them at query definition level or whether I have to go back to the original table definitions), and now i've noticed that a query produces rows in a different order than the ORDER BY clause has requested.
Can someone provide suggestions as to how this has been done, and where I can look to fix it?
cheers
mcalex
what access trickery can you use to stop fields and rows appearing in the order that they should according to straight sql? I'm maintaining a database that somehow manages to have fields come out in a different order than they are SELECTed (which I'm attributing to lookup fields, but haven't investigated too far because I'm not sure whether I look for them at query definition level or whether I have to go back to the original table definitions), and now i've noticed that a query produces rows in a different order than the ORDER BY clause has requested.
Can someone provide suggestions as to how this has been done, and where I can look to fix it?
cheers
mcalex