Hi
Lets say that I select a "Text" from a combo box (form1), then I use that text to filter a field on a Query (only one line will result). How can I do to show the value of one of the fields of the resulted query on a textbox(form1)
Also I need to show on a textbox a concatenation (&) of different records that are in other objects of the form, a Table and a query. Now I only can refer to the objects of the form, not to any table or query. It gives me an error "the object doesn't contain the automation object "table" ?????
Thanks!!
Lets say that I select a "Text" from a combo box (form1), then I use that text to filter a field on a Query (only one line will result). How can I do to show the value of one of the fields of the resulted query on a textbox(form1)
Also I need to show on a textbox a concatenation (&) of different records that are in other objects of the form, a Table and a query. Now I only can refer to the objects of the form, not to any table or query. It gives me an error "the object doesn't contain the automation object "table" ?????
Thanks!!