|
My functions are actually written reversed. It does the showuserform function first, then when I select a user from it, I want it to execute the edituser function. so declaring an array variable in the edituser function, won't give me anything the first time through...
Perhaps declare it globally?
|