Avatar of Tom Winslow
Tom Winslow
Flag for United States of America asked on

I need to convert this SQL statement to a MS Access 2003 SQL Query

I need to convert this SQL statement to a MS Access 2003 SQL and I cannot make it work. I have never used a subquery and I assume this is what I require.

Any help?

No. 1

Select count(*) from PXDTA.F31P01 where PAPRJM in(select wadoco from pxdta.f4801 where wadcto=”ET” and wamcu=wammcu)

No. 2

Update PXDTA.F31P01 set PAJBIF=0 where PAPRJM in(select wadoco from pxdta.f4801 where wadcto=”ET” and wamcu=wamcu)

Help appreciated. I cannot seem to get my 70 year old mind functioning today.

tw
Microsoft AccessSQL

Avatar of undefined
Last Comment
Tom Winslow

8/22/2022 - Mon
ASKER CERTIFIED SOLUTION
peter57r

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
Tom Winslow

ASKER
Hmmm...

When you get to be my age (70), stuff that used to work well don't work so well amy longer. Sometimes I cannot see the forest for the trees.

Thanks,

tw
I started with Experts Exchange in 2004 and it's been a mainstay of my professional computing life since. It helped me launch a career as a programmer / Oracle data analyst
William Peck