battenberg
Burning candles both ends
- Local time
- Today, 08:58
- Joined
- Sep 25, 2006
- Messages
- 118
Hi
I have a list box which contains project references for our customers,
this list box is populated from a query. I want to be able to update the project ref and at the same time update the list box.
how do I update the list box so that the query references a particular value in a field on a form and applies it as a condition in the update.?
something along the lines of:
on exit of the 'project ref' field, capture what is in the customer field "strCustomerFieldData", apply it to the query under 'customer' (Like "strCustomerFieldData") then refresh the list box.
thanks a million
Battenberg
I have a list box which contains project references for our customers,
this list box is populated from a query. I want to be able to update the project ref and at the same time update the list box.
how do I update the list box so that the query references a particular value in a field on a form and applies it as a condition in the update.?
something along the lines of:
on exit of the 'project ref' field, capture what is in the customer field "strCustomerFieldData", apply it to the query under 'customer' (Like "strCustomerFieldData") then refresh the list box.
thanks a million
Battenberg
Last edited: