A
amsFrederick
I am trying to bring meter readings from the last day of
the week to start fields in the next week. this is copying
4 numbers from a previous record to a new one in the same
database.
I created a query [Change Machine Meter Forwarding] which
returns the four numbers. I then try via the statement
below to copy them one at a time(Mon $1 Meter)to the
(Start $1)haveing the statment make sure the change
machine numbers are Identical
[Forms]![Change Machine Form - Tue Start]![Start $1]
DLookUp("[Change Machine Meter Forwarding]![Mon $1
Meter]","Change Machine Meter Forwarding","[Change Machine
Meter Forwarding]![Machine] = [Change Machine Form - Tue
Start]![Machine]")
I am geting a "can't parse" error
I have similar statements all over the app that work but
this is the first time I am referenceing a query.
What's missing?
Thank you in advance for your time and talent on this
problem.
David Valentino
the week to start fields in the next week. this is copying
4 numbers from a previous record to a new one in the same
database.
I created a query [Change Machine Meter Forwarding] which
returns the four numbers. I then try via the statement
below to copy them one at a time(Mon $1 Meter)to the
(Start $1)haveing the statment make sure the change
machine numbers are Identical
[Forms]![Change Machine Form - Tue Start]![Start $1]
DLookUp("[Change Machine Meter Forwarding]![Mon $1
Meter]","Change Machine Meter Forwarding","[Change Machine
Meter Forwarding]![Machine] = [Change Machine Form - Tue
Start]![Machine]")
I am geting a "can't parse" error
I have similar statements all over the app that work but
this is the first time I am referenceing a query.
What's missing?
Thank you in advance for your time and talent on this
problem.
David Valentino