J
JimS
I have a textbox (cbPONbr) on a subform (frmPO) on a tab of a tabbed main
form. On the same tab, but a not in the subform, I have a list box. I want
the listbox to be populated by a query that uses tbPONbr in its where clause.
SELECT tbltransactions.transnbr, tbltransactions.qty FROM tbltransactions
WHERE tbltransactions.transnbr=form!tbPONbr;
Can't get it to select any records. I'm not sure when it requeries. I can't
be sure it's even being parsed, though I get no error messages, only a blank
listbox with correct headings. I want it to requery every time the user
changes the tbPONbr query.
Where am I going wrong?
form. On the same tab, but a not in the subform, I have a list box. I want
the listbox to be populated by a query that uses tbPONbr in its where clause.
SELECT tbltransactions.transnbr, tbltransactions.qty FROM tbltransactions
WHERE tbltransactions.transnbr=form!tbPONbr;
Can't get it to select any records. I'm not sure when it requeries. I can't
be sure it's even being parsed, though I get no error messages, only a blank
listbox with correct headings. I want it to requery every time the user
changes the tbPONbr query.
Where am I going wrong?