I am running a query with the following Sql
and it is giving this error query1 is not a valid name. Make sure that it does not include invalid characters or punctuation and that it is not too long. query 1 is the name of the query
Any ideas how can i solve this pls tkx
Kind Regards
thomas
Code:
SELECT [DRUG CHEMICAL PROPERTIES].CODE, [DRUG CHEMICAL PROPERTIES].[DRUG NAME], [DRUG CHEMICAL PROPERTIES].[NUMBER OF RINGS], [DRUG CHEMICAL PROPERTIES].[WATER SOLUBILITY] FROM [DRUG CHEMICAL PROPERTIES] WHERE ((([DRUG CHEMICAL PROPERTIES].[NUMBER OF RINGS])=[Please enter 2 or 3 or 4]) AND (([DRUG CHEMICAL PROPERTIES].[WATER SOLUBILITY])>[Please enter water Solubility larger than 0.0211 but not greater than 0.9778]));
Any ideas how can i solve this pls tkx
Kind Regards
thomas
Comment