- Local time
- Today, 08:54
- Joined
- Jan 23, 2006
- Messages
- 15,514
Has anyone else had this issue recently? I am trying to set a textbox to "" empty string.
I have copied my form from backup and it has worked as expected several times.
Now, I just encountered the error again.
Have not found a solution? It seems (based on google) to have happened to various people over the years, but no consistent answer/solution.
Code:
Me.txtCode = ""
Now, I just encountered the error again.
Have not found a solution? It seems (based on google) to have happened to various people over the years, but no consistent answer/solution.