Hi
This may seem as a trivial question, but I'm new to VB so please bear with me. I'm writing a form to control one worksheet as a database. On PC, I used the ControlSource property of every textbox to bind it to a field in a record. On Mac, I was horrified to discover that this property disappeared...is there any way around it? any plug-in or fix?
Since I found none in the last week, I've begun to rewrite the code. now, there is the problem of when & whether to save changes. I want to attach a piece of code to the navigation buttons that asks whether to save changes ONLY IF a change has been made. How can you tell if a change was made to ANY textbox in the form (without writing code for every change() event in every textbox)?
My utmost gratitude to anyone who has answers,
Eli