thisisntwally
CE&A
- Local time
- Today, 12:06
- Joined
- Jun 27, 2007
- Messages
- 246
On my form(a), I have a combobox with ten columns. When a selection is made, the rest of the fields on the form(a) fill, based on the column values.
My problem comes when the value for the combobox is passed from another form(b). It looks like it gets the value, but fails to fill in the rest of the form(a).
This makes sense, as the query behind the cbo is not being run, it just has a value placed in the box.
How can I remedy this? How can I get a combobox on form(a) to select a value that matches that on form(b)
Shirley, I'm just making this too confusing...
My problem comes when the value for the combobox is passed from another form(b). It looks like it gets the value, but fails to fill in the rest of the form(a).
This makes sense, as the query behind the cbo is not being run, it just has a value placed in the box.
How can I remedy this? How can I get a combobox on form(a) to select a value that matches that on form(b)
Shirley, I'm just making this too confusing...