I am using a function to randomize the items in an array,
Dim dxr() As Variant 'declared globally
dim number as integer
public sub proc1()
ReDim dxr(number)
If number > 0 Then dxr = RandomNumbers(number, 1, number) ' ERROR occurs here on this line
end...
I have a table "kcionly" and I want to retrieve count of unique records for a field "ncom_1" in that table. I have another table "categories" with a field name category that just has numbers from 1 to 20.
I use the below query to get the count corresponding to values, 1,2,3,....
I always want...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.