I have form and subform, i total amountpaid control in subform and put the sum control on subform form header.. Then i want to display that control in the main form. Pls i need..
No it is not working..Textbox on main form has expression referening subform textbox.
=[subformcontainername].Form.textboxname
Sir it gives me "#Error. This is what i enter in textbox in main form.. =[Form]![sbfrm_payment]![txtmonthlytotal]What does "not working" mean - error message, wrong result, nothing happens?
Show EXACTLY what you tried if you need more help.
Yes sir, i wrongly address the control name.. Pls bear with me, i just started learning ms access.. If you know/have a link where i can download a demo db having the basic features for me to disect and learn from it, it would be appdeciated.. Thank you for time.I already provided syntax. So with your object names, try:
=[sbfrm_payment].Form.[txtmonthlytotal]
This assumes sbfrm_payment is name of container control. Container control might have same name as the form it holds. I always assign a different name.
Link works for me?Sir can you pls provide the syntax then.. I tried the url but 404 server error.
Yes, you have to get the names correct. That is pretty essential.Yes sir, i wrongly address the control name.. Pls bear with me, i just started learning ms access.. If you know/have a link where i can download a demo db having the basic features for me to disect and learn from it, it would be appdeciated.. Thank you for time.
many thanks..I removed the second "dot" and replaced with the "bang" and removed the brackets around the textbox.
=[sbfrm_payment].Form!txtmonthlytotal
Take a look at the following:Yes sir, i wrongly address the control name.. Pls bear with me, i just started learning ms access.. If you know/have a link where i can download a demo db having the basic features for me to disect and learn from it, it would be appdeciated.. Thank you for time.
In fact, my bosses a few years back, bought me Access 2007 for Dummies.Today only a few for the Dummies who hope to use Access by clicking around the menus and ribbon here and there.
Presume it wasn't much help beyond a few days?In fact, my bosses a few years back, bought me Access 2007 for Dummies.