I
icccapital
I have a form that I added a combo box to based off of a table. After going
through the wizard I then entered the query of the row source and did group
by Invoice.InvDate in totals row of query. If I view the query that is
displayed everything works out, the invoice dates are shown with no
duplicates, but the combo box is empty when the form runs. Below is the sql
statement in the row source.
SELECT Invoice.InvDate FROM Invoice GROUP BY Invoice.InvDate;
What might I be doing wrong?
through the wizard I then entered the query of the row source and did group
by Invoice.InvDate in totals row of query. If I view the query that is
displayed everything works out, the invoice dates are shown with no
duplicates, but the combo box is empty when the form runs. Below is the sql
statement in the row source.
SELECT Invoice.InvDate FROM Invoice GROUP BY Invoice.InvDate;
What might I be doing wrong?