View Single Post
  #11  
Old November 5th, 2009, 10:52 PM posted to microsoft.public.access.forms
Jacques Latoison[_2_]
external usenet poster
 
Posts: 10
Default Show all records

I hadn't changed anything in the form.
It only changed after the query change.
The combo box still works, and returns the correct values.


That looks correct to me, so I have to wonder if your form's recordsource
query returns any records for the AccountID you selected in the combo box.
Bear in mind that, because the query an inner join, no account will be
returned that doesn't have at least one matching record in
tblTransactions.

--
Dirk Goldgar, MS Access MVP
Access tips: www.datagnostics.com/tips.html

(please reply to the newsgroup)