R
r
I have a form with a subform, and need to pull in calculations from
unrelated tables and queries. In one case I use dlookup to pull in the sum
of all checks paid against a job. In another I use it to pull in the
descriptions for job codes. There are a couple other uses. However, it
takes a really long time for these fields to display because there are so
many records to sift and filter through.
I tried making a query and using the ID on the open form to filter out what
I need. I can see the data in the query, but when I pull it into an unbound
control, it just displays #Name?
Any more efficient alternatives out there that I can learn about?
unrelated tables and queries. In one case I use dlookup to pull in the sum
of all checks paid against a job. In another I use it to pull in the
descriptions for job codes. There are a couple other uses. However, it
takes a really long time for these fields to display because there are so
many records to sift and filter through.
I tried making a query and using the ID on the open form to filter out what
I need. I can see the data in the query, but when I pull it into an unbound
control, it just displays #Name?
Any more efficient alternatives out there that I can learn about?