DaveyCrockett
Programmer
Hello Wizards,
I just got done searching through MSDN for a sample DDE access db that links up to another access db to check the state of a button and came up empty handed. Does anyone have a very simple dde tutorial or any information how to check to see if a button is visible or not from another db form?
Such as:
I have App1.Form1 (Client) that has lblVisible label
I have App2.Form1 (Server) that has button1 button
How do i have the App1.Form1.lblVisible label populated with (true or false) if App2.Form1.Button1.Visible = True / False.
Any info would be greatly appreciated.
Thanks
I just got done searching through MSDN for a sample DDE access db that links up to another access db to check the state of a button and came up empty handed. Does anyone have a very simple dde tutorial or any information how to check to see if a button is visible or not from another db form?
Such as:
I have App1.Form1 (Client) that has lblVisible label
I have App2.Form1 (Server) that has button1 button
How do i have the App1.Form1.lblVisible label populated with (true or false) if App2.Form1.Button1.Visible = True / False.
Any info would be greatly appreciated.
Thanks