G
Guest
Hello,
We recently moved our Access Database to an SQL Server. All the
calculations I did in my previous reports, queries and forms are now not
working.
I am a beginner with SQL. Although I am presently taking a class for SQL, I
need to try and fix a lot of our queries as quickly as possible. I have some
assistance through the developer, but it is limited. Is there a website or
some resource I can go to learn how to revise or relocate these calculations
to accommodate the SQL requirements?
For example, in a form I have the following calulation to count how many of
our requests are categorized as Activa Therapy:
=Count(IIf([Therapy]='Activa',"1"))
How or where would I put this to pull that information in SQL?
Any assistance would be greatly appreciated.
Cathy
We recently moved our Access Database to an SQL Server. All the
calculations I did in my previous reports, queries and forms are now not
working.
I am a beginner with SQL. Although I am presently taking a class for SQL, I
need to try and fix a lot of our queries as quickly as possible. I have some
assistance through the developer, but it is limited. Is there a website or
some resource I can go to learn how to revise or relocate these calculations
to accommodate the SQL requirements?
For example, in a form I have the following calulation to count how many of
our requests are categorized as Activa Therapy:
=Count(IIf([Therapy]='Activa',"1"))
How or where would I put this to pull that information in SQL?
Any assistance would be greatly appreciated.
Cathy