Rusty
Registered User.
- Local time
- Today, 17:35
- Joined
- Apr 15, 2004
- Messages
- 207

I have a main form, " frmFundingDistribution ", with a combo box "cboProjectRef";
and a sub form "subfrmEventPayments " that has a combo box " cboEventDescID".
I need the combo box on the subform to filter based upon combo box on the main form.
Now I've tried putting this in as the row source for the subform's combobox:
SELECT [tblEventDescription].[Event Name], [tblEventDescription].[Event Number], [tblEventDescription].[Event Desc ID], [tblEventDescription].[ProjectReference] FROM tblEventDescription WHERE ((([tblEventDescription].[ProjectReference])=[Forms]![frmFundingDistribution]![cboProjectRef]));
Now this should work fine and it may appear to work for the first record. However, Access is stupid

How do I sort this? Is it with a requery?
Rusty
