fadilrexhepi
Registered User.
- Local time
- Tomorrow, 03:42
- Joined
- Feb 10, 2015
- Messages
- 16
I tried the code that was given to me and it gave me syntax error, so what I'm doing now is I'm just trying the first part of the code and see if it works
From the last code that was given to me I am only trying this part to see if that returns the '00' and MAX values of the column PR34005
WHERE (PR34005="00" OR PR34005=(SELECT Max(PR34005) FROM qryPR34_UNION AS T WHERE PR34001=qryPR34_UNION.PR34001));
Currently the database is running the query and it is taking long time because I am not in the office today, so through VPN to connect to a big data it is taking time.
By the way, what do you mean by setting INDEX on the appropriate columns? What should I do?
Regards,
Fadil
From the last code that was given to me I am only trying this part to see if that returns the '00' and MAX values of the column PR34005
WHERE (PR34005="00" OR PR34005=(SELECT Max(PR34005) FROM qryPR34_UNION AS T WHERE PR34001=qryPR34_UNION.PR34001));
Currently the database is running the query and it is taking long time because I am not in the office today, so through VPN to connect to a big data it is taking time.
By the way, what do you mean by setting INDEX on the appropriate columns? What should I do?
Regards,
Fadil