J
Joe Gonzalez
I have a table of just months and years for example:
2008-01
2008-02
2008-03
2008-04
2008-05
2008-06
And I have another table that is storing data that contains the date of say
2008-05.
I have a form with a drop down that displays the dates in the first table
but I want to only show dates that are not in the second table (the data
table) so for example since 2008-05 is in the data table I only want the drop
down to show
2008-01
2008-02
2008-03
2008-04
2008-06
I built the drop down as a row source and am trying to add it to a "SQL
Statement: Query Builder"
Any suggestions?
2008-01
2008-02
2008-03
2008-04
2008-05
2008-06
And I have another table that is storing data that contains the date of say
2008-05.
I have a form with a drop down that displays the dates in the first table
but I want to only show dates that are not in the second table (the data
table) so for example since 2008-05 is in the data table I only want the drop
down to show
2008-01
2008-02
2008-03
2008-04
2008-06
I built the drop down as a row source and am trying to add it to a "SQL
Statement: Query Builder"
Any suggestions?