P
Pringle9984
In my code I use the following line (primarily as part of an i
statement)
numRowsFrom = DCount("*"
"[sc_object]", "[location_id] =
& LocationFrom & " AND [material_id] =
& Material
Is there any way I can select the first record returned directly fro
the DCount or will I need to do a seperate DLookup
In either case - once the appropriate record is found I'd like t
retrieve the value of 'object_qty' for use within another part of m
code; something like
[code:1:6a5c172fd3]prevQty = sc_object.object_qt
newQty = prevQty + qty[/code:1:6a5c172fd3
Any help would be greatly appreciated
statement)
numRowsFrom = DCount("*"
"[sc_object]", "[location_id] =
& LocationFrom & " AND [material_id] =
& Material
Is there any way I can select the first record returned directly fro
the DCount or will I need to do a seperate DLookup
In either case - once the appropriate record is found I'd like t
retrieve the value of 'object_qty' for use within another part of m
code; something like
[code:1:6a5c172fd3]prevQty = sc_object.object_qt
newQty = prevQty + qty[/code:1:6a5c172fd3
Any help would be greatly appreciated