I am having trouble storing a MS Access DAP textbox value into VBS variable. I continue to get an "Object Expected" error.
I will admit that I am GREEN when it come to VBS.
This is a portion of my code (with textbox name = RFINumber):
-------------------------------------------
Dim RFI
RFI = RFINumber.value
-------------------------------------------
Where am I going wrong?
Thanks
I will admit that I am GREEN when it come to VBS.
This is a portion of my code (with textbox name = RFINumber):
-------------------------------------------
Dim RFI
RFI = RFINumber.value
-------------------------------------------
Where am I going wrong?
Thanks