I'm using MS Access 2003.
I have several forms that have functionality that can change depending on what happens in other forms. My question is this: What is the best way to ensure that a given open form is current when it becomes active, given that its data might have been changed by another form.
Does it make sense to simply do a Me.Refresh whenever the form is Activated or becomes current? (I suppose I would want to do this only if the record is not a new record, though.)
Any advice on this would be greatly appreciated.
Wayne
I have several forms that have functionality that can change depending on what happens in other forms. My question is this: What is the best way to ensure that a given open form is current when it becomes active, given that its data might have been changed by another form.
Does it make sense to simply do a Me.Refresh whenever the form is Activated or becomes current? (I suppose I would want to do this only if the record is not a new record, though.)
Any advice on this would be greatly appreciated.
Wayne