Folks,
VBA provides a list of commands available for different objects and then the supporting properties for that command. For example, if I have this code:
TempID=Me.txtUserName and I am looking for the VALUE following the name here's what I get: TempID+Me.txtUserName. and VALUE does not show up.
However, if I type the word VALUE no problem. I don't understand what's going on.