S
smason
Hello i am trying to show in a form a value from a query using this string in
a form
=DLookUp("[countofJobID]","[qrylivecountCA]","[con] = " &
[Forms]![form1]![consultant3])
how i have done it
countofjobid(the field i want to show)qrylivecountCA(the query) con(the
field for comparison) from the form form1 consultant3(the field to compare
with con)
consultant3 and con show the names of people
but i cannot get the result any ideas
a form
=DLookUp("[countofJobID]","[qrylivecountCA]","[con] = " &
[Forms]![form1]![consultant3])
how i have done it
countofjobid(the field i want to show)qrylivecountCA(the query) con(the
field for comparison) from the form form1 consultant3(the field to compare
with con)
consultant3 and con show the names of people
but i cannot get the result any ideas