W
Webtechie
Hello,
I am used to developing in Excel. I am trying to develop in Access. It is
taking forever. I'm trying to use VBA to do simple things.
with Excel, if I need to get a value from a userform, it is
frmEmployee.txtFirstname.text (intellisense kicks in when I press the ">.")
with Access, I am seeing examples of Forms!FrmEmployee!txtFirstname.value
with no intellisense.
Am I missing something or is this the proper way to reference a control's
value on another form? Why can't you use intellisense to see the controls on
another form?
Thanks.
I am used to developing in Excel. I am trying to develop in Access. It is
taking forever. I'm trying to use VBA to do simple things.
with Excel, if I need to get a value from a userform, it is
frmEmployee.txtFirstname.text (intellisense kicks in when I press the ">.")
with Access, I am seeing examples of Forms!FrmEmployee!txtFirstname.value
with no intellisense.
Am I missing something or is this the proper way to reference a control's
value on another form? Why can't you use intellisense to see the controls on
another form?
Thanks.