d lookup

C

Christina

I have two tables. One with Salary Particulars, a field name Gross.
Another table named Income Tax, with fields PayRangeLow and PayRangeHigh, and
TaxAmount.
In a query I have a column with Tax: DLookUp("TaxAmount","IncomeTax",[Gross]
& " Between [PayRangeLow] And [PayRangeHigh]") in the field section. I want
to return the tax amount payable from the Income Tax Table, based on the
Gross amount in the Salaries Register Table. It does not work. Can I
please get some help. I wold need details as to what should be in the other
fields on the query, table, criteria etc. Thanks
 
D

Duane Hookom

Your table name Income Tax contains a space and your DLookUp() doesn't. Are
all the fields in this table numeric?

Duane Hookom
MS Access MVP
 

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

dlookup 3
DLOOKUP 3
Year over Year Query 2
Compute Tax? 0
Tax Computation 1
tax computation in Access query 3
PAYROLL PUZZLE - LOOKUP WITHHOLDING TAXES 2
Have 4 Queries and need to combine results 3

Top