J
Jeffiec
I have the following statements in some code;
(at the begining of the procedure)
Dim awt As Variant
(later in the procedure)
awt = DLookup(rs.Fields("BatchRecords\ActualWeight_" & tel), "BatchRecords",
rs1.Fields("QIMS_" & tel) = rs.Fields("BatchRecords\QIMS_" & tel))
when i stop the code after this statement, and mouseover the rs.fields
statements, i get the proper answers to my dlookup, but awt is never assigned,
its always "Empty"???? Any Clues??
BTW, this runs in a loop statement and my answers are always correct, they
just dont get assigned to awt.
What am I doing wrong?
Thanks in advance
JeffC
(at the begining of the procedure)
Dim awt As Variant
(later in the procedure)
awt = DLookup(rs.Fields("BatchRecords\ActualWeight_" & tel), "BatchRecords",
rs1.Fields("QIMS_" & tel) = rs.Fields("BatchRecords\QIMS_" & tel))
when i stop the code after this statement, and mouseover the rs.fields
statements, i get the proper answers to my dlookup, but awt is never assigned,
its always "Empty"???? Any Clues??
BTW, this runs in a loop statement and my answers are always correct, they
just dont get assigned to awt.
What am I doing wrong?
Thanks in advance
JeffC