oraclejunior
Technical User
How does one setup a text box that shows the result of a query. e.g
Afterupdate update of Regname, Textbox1 needs to show the result of
select campaigntable.budget
from capaigntable
Where campaigntable.campaignID = forms!Updateregisterform!Regname;
Thanks
Afterupdate update of Regname, Textbox1 needs to show the result of
select campaigntable.budget
from capaigntable
Where campaigntable.campaignID = forms!Updateregisterform!Regname;
Thanks