I have a question that should be pretty easy. Here is Sample Code.
Dim Sample as String
Sample = Forms!SampleForm.SampleControl
Ok now for the question. How would i get Sample to equal the value of the control instead of the control itself?
I am asking for an example fo if the value was text, and another example if the value was numeric. Any help would be graetly appreciated.
Bill
Dim Sample as String
Sample = Forms!SampleForm.SampleControl
Ok now for the question. How would i get Sample to equal the value of the control instead of the control itself?
I am asking for an example fo if the value was text, and another example if the value was numeric. Any help would be graetly appreciated.
Bill