Im having trouble hiding forms. I have some two linked subforms. The two subforms, sfrmDate and sfrmCoreSize have one field each, Date and CoreSize, respectively. When a new record is added sfrmDate, I want to hide sfrmCoreSize until a date is entered. I want to do this to prevent someone from entering a core size before a date.
From what Ive read I need to use the on_current event in sfrmDate to set sfrmCoreSize.visibility to false when the date is null. However, with my "a little knowledge can be dangerous" vba skills Im not sure where to begin.
Along these lines can anyone suggest a good site with the basics of vba.
Many thanks in advance any advice.
Ed.
From what Ive read I need to use the on_current event in sfrmDate to set sfrmCoreSize.visibility to false when the date is null. However, with my "a little knowledge can be dangerous" vba skills Im not sure where to begin.
Along these lines can anyone suggest a good site with the basics of vba.
Many thanks in advance any advice.
Ed.