J
JohnE
I have a form in which data is viewed only coming in from
a table to a textbox. Below is the dlookup that I did but
no matter what I do, it continues to tell me there is a
operator that's out of whack or missing. Below is the way
it pasted in but it is a straight line on the app. There
are 3 criteria (subprocess, component, clientcode) that
need to match to bring in the correct date
(ActualCompletionDate) from the table. I've tried quotes,
double quotes, etc. There will be several more dlookups
to use on the form as well that will be similar to this
one.
usrfrmPRAProjectTimeTracking.txtInternalMeetingActualComple
tionDate = DLookup("[ActualCompletionDate]",
"usrtblPRAProjectRiskAssessmentDetail",
"[SubProcess] = 'Implementation Meeting'",
& "[Component]= 'Internal Meeting'",
& "[ClientCode]= Forms![usrfrmPRAProjectTimeTracking]!
[ClientCode]")
Can any see what the error of my ways are in this?
Thanks in advance for any assistace.
*** John
a table to a textbox. Below is the dlookup that I did but
no matter what I do, it continues to tell me there is a
operator that's out of whack or missing. Below is the way
it pasted in but it is a straight line on the app. There
are 3 criteria (subprocess, component, clientcode) that
need to match to bring in the correct date
(ActualCompletionDate) from the table. I've tried quotes,
double quotes, etc. There will be several more dlookups
to use on the form as well that will be similar to this
one.
usrfrmPRAProjectTimeTracking.txtInternalMeetingActualComple
tionDate = DLookup("[ActualCompletionDate]",
"usrtblPRAProjectRiskAssessmentDetail",
"[SubProcess] = 'Implementation Meeting'",
& "[Component]= 'Internal Meeting'",
& "[ClientCode]= Forms![usrfrmPRAProjectTimeTracking]!
[ClientCode]")
Can any see what the error of my ways are in this?
Thanks in advance for any assistace.
*** John