D
DavidW
I have got a form with 2 subforms.
The main form is based off of a query(qry1) that looks for a certain value
in tbl1. The first subform is linked to the main form and has a record
source of tbl2, this form works fine. The second subform is linked to the
main form and has a record soucre of a different query(qry2) to find if a
entry exist in tbl2 for the same month. Here is the kicker.
I can go and open tbl2 to see if any data is present,(there isnt) and I can
open qry2 to see if any data exist(there isnt) but when I open the form the
second subform has a number in it??? How is it being populated if there is
no data existing in the table or query?
The main form is based off of a query(qry1) that looks for a certain value
in tbl1. The first subform is linked to the main form and has a record
source of tbl2, this form works fine. The second subform is linked to the
main form and has a record soucre of a different query(qry2) to find if a
entry exist in tbl2 for the same month. Here is the kicker.
I can go and open tbl2 to see if any data is present,(there isnt) and I can
open qry2 to see if any data exist(there isnt) but when I open the form the
second subform has a number in it??? How is it being populated if there is
no data existing in the table or query?