G
Guest
Hi,
I'm fairly new at VBA programming. I have run into a snag.
I want to use code to save edited data from unbound text boxes. The
following code fragment causes an error when I try to compile the module.
Error:
"Compile Error, Method or data member not found"
Code:
With SdrInfo
'
.Edit <----------- Debugger highlights this line
I'm fairly new at VBA programming. I have run into a snag.
I want to use code to save edited data from unbound text boxes. The
following code fragment causes an error when I try to compile the module.
Error:
"Compile Error, Method or data member not found"
Code:
With SdrInfo
'
.Edit <----------- Debugger highlights this line