Hi folks!
I would like to display the results of an object in a form from a different form.
There is the Main form (frmMain) which holds all other froms but all forms are linked to the sfrmYear subform. on one form (sfrmApproved), there is a currency amount.
If it is £200, how would I go about showing the results on sfrmYear as well?
I know I can do it by changing the sfrmyears' record source to a Mutli-table query which will have sfrmApproved table fields included! That would show me the result but I cannot update the data on the form from this query.
It would be better for me just to have a text box that would reference to the other source object than to use a query control source, I'm just not sure on what the code is!
Is the YearID and the ApprovedID included in it?
Can anyone help!
I would like to display the results of an object in a form from a different form.
There is the Main form (frmMain) which holds all other froms but all forms are linked to the sfrmYear subform. on one form (sfrmApproved), there is a currency amount.
If it is £200, how would I go about showing the results on sfrmYear as well?
I know I can do it by changing the sfrmyears' record source to a Mutli-table query which will have sfrmApproved table fields included! That would show me the result but I cannot update the data on the form from this query.
It would be better for me just to have a text box that would reference to the other source object than to use a query control source, I'm just not sure on what the code is!
Is the YearID and the ApprovedID included in it?
Can anyone help!