I have a query returns a single integer that I need to assignt put into a variable.
This doesn't work:
intCurrentUnits = [qry_sum_units_per_com]![SumOfComp_Units_Per_Component]
I have a list box that displays the query also, would it be possible to use CInt() to pull the value from there? I'm sure it's possible but I keep getting 'invalid use of null' error.
This doesn't work:
intCurrentUnits = [qry_sum_units_per_com]![SumOfComp_Units_Per_Component]
I have a list box that displays the query also, would it be possible to use CInt() to pull the value from there? I'm sure it's possible but I keep getting 'invalid use of null' error.