ISSBProgrammer
Programmer
I am having a very strange problem with Access 2003 sp2. I have a form called "frmListForm" that has four textboxes and a subform called "fsubListActivity". The four textboxes are defaulted to ".visible=false" and the subform has a default record source of "SELECT ActivityType, ActivityID FROM ACTIVITY WHERE (ActivityID IS NULL)".
I use VBA to modify the visible properties for the textboxes and the record source for the subform. However, I notice that the default values will change randomly. Sometimes the visible properties will stay true when I close and reopen the form and /or the record source will remove the Where statement. I need to manually reset these properties on the form for them to return to normal. Is this a known bug with Access or am I doing something wrong? Thanks.
I use VBA to modify the visible properties for the textboxes and the record source for the subform. However, I notice that the default values will change randomly. Sometimes the visible properties will stay true when I close and reopen the form and /or the record source will remove the Where statement. I need to manually reset these properties on the form for them to return to normal. Is this a known bug with Access or am I doing something wrong? Thanks.