Dlookup

G

Guest

can I use dlookup to retrieve a value from a table that is not related to the
table the form is based on to use in a calculation?

Calculated field : =Sum(dlookup(table.field)
 
F

fredg

can I use dlookup to retrieve a value from a table that is not related to the
table the form is based on to use in a calculation?

Calculated field : =Sum(dlookup(table.field)

You can most likely use DSum().
You'll need to give us more information if you want a more specific
answer than the generic example below
..
=DSum("[FieldName]","TableName")
 

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

Top