Querying from a form

H

Hautis

Hi!

Can anyone help me with this? I'm using MS Access 2000

I Have a SQL-query:

SELECT SUM(Table.Column) As Total
FROM Table
WHERE Table.Date = (Form.Control.Value)

I need help with that Form.Control.Value thing, what is
the correct syntax if I'd like to query from a control
which is in a form.

Thanx!
 

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

Similar Threads


Top