Greetings experts,
Stupmed on this one, and a good scouring of the internet has unfortunately turned up little.
I am developing a simple DB in ver 2007. It consists of a main form which contains routine data like last name, first name, etc. On my frmMain is a single tab control with 3 subforms, one for each tab. The subforms have date fields that correspond to an employee's training dates. I have queries built to return data from the subforms like "expired" or "current" training dates, and if a date field does not contain data, I set the queries to tell me that too.
Problem is, when I create a new record, my queries will not see the new record unless data is entered somewhere into the subform. At that point, all of the queries for that tab run perfectly, even for the empty fields.
Merely giving focus to the subform does not resolve the issue.
This is problematic for my DB because brand-new employees will have not training dates of course, but I need to track those empty fields and populate them as their training occurs.
Any nudges in the right direction from the Access gods would be much appreciated. Thx.
Stupmed on this one, and a good scouring of the internet has unfortunately turned up little.
I am developing a simple DB in ver 2007. It consists of a main form which contains routine data like last name, first name, etc. On my frmMain is a single tab control with 3 subforms, one for each tab. The subforms have date fields that correspond to an employee's training dates. I have queries built to return data from the subforms like "expired" or "current" training dates, and if a date field does not contain data, I set the queries to tell me that too.
Problem is, when I create a new record, my queries will not see the new record unless data is entered somewhere into the subform. At that point, all of the queries for that tab run perfectly, even for the empty fields.
Merely giving focus to the subform does not resolve the issue.
This is problematic for my DB because brand-new employees will have not training dates of course, but I need to track those empty fields and populate them as their training occurs.
Any nudges in the right direction from the Access gods would be much appreciated. Thx.