anything wrong with this

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

can anyone see anything with this it's not pulling up the correct data?
SELECT *
FROM child
WHERE group_name = 'MMColParam' AND status = 'active'
thanks
 
Nope. Looks fine.

What do you mean when you say it's not pulling up the correct data? What is
it pulling up?

Are you absolutely sure you have all the field names correct? Double-check!

Are you sure your criteria is correct? Double check!

Regards,
Graham R Seach
Microsoft Access MVP
Sydney, Australia

Microsoft Access 2003 VBA Programmer's Reference
http://www.wiley.com/WileyCDA/WileyTitle/productCd-0764559036.html
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top