Avatar of Frank Freese
Frank Freese
Flag for United States of America

asked on 

PROBLEM with ACCESS 2016 and properties missing

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.
VBA

Avatar of undefined
Last Comment
Frank Freese

8/22/2022 - Mon