DaveyCrockett
Programmer
Hi,
I have a question about trying to determine if a command button is clicked from another instance of access. Can this be done? Just in case you need more details I will provide below:
if Application1.form1.CommandButton1 is pressed I change the caption to "ON"
Otherwise it is set to "OFF" and not depressed. I am wondering if I can have another Access applications label represent the value. ie. Application2.form1.label1.caption = application1.form1.CommandButton1.value.
Any suggestions would help.
Thanks
I have a question about trying to determine if a command button is clicked from another instance of access. Can this be done? Just in case you need more details I will provide below:
if Application1.form1.CommandButton1 is pressed I change the caption to "ON"
Otherwise it is set to "OFF" and not depressed. I am wondering if I can have another Access applications label represent the value. ie. Application2.form1.label1.caption = application1.form1.CommandButton1.value.
Any suggestions would help.
Thanks