trynittee@lycos.com wrote:
[color=blue]
> is it possible that when you select one combo field Combo34=address
> then it filters out customers in Combo 32=Name who don't have an
> address that is possible when the content of address is X ?
>
> Also, I would start with a simple query with basic prompt parameters
> (and query for the customers that don't show), when that works, create
> a blank form and throw a combo box=name on it. Make that work. Then,
> put an address combo box on the form and see if you can get it to work
> there. BTW, did you confirm that you are able to get the customers to
> appear in a simple query? If you can, then build your framework bit by
> bit.
>
> Also, is it always the same customers that don't show? There might be
> something there.
>[/color]
It's something that, if we could see the form and data in action, I
believe we'd catch the error quickly. Debugging this thru the newsgroup
is difficult.
In a case like this, I usually use debug.print to get the current SQL
string used to find the record. Then I create a query of that sql.
Then see if I can find the record. To debug this she'll need to do it
one step at a time. All of a sudden, Voila, she'll spot the error.