access form report checkbox
1 TopicCheckbox or button on Report which update the data and refresh through form (MS Access)
hy buddies help.... we cant directly put any data in MS access report. we have to goto table or form first then update any data. but can anyone tell me that if a table name is 123table or a form name form456 i want make a checkbox or button on report to update and refresh data . is it possible if yes then how for example i am coding like this but its not working because i dont know how to explore table or form. if checkbox = uncheck then form!form456!textbox!Price = Form!form456!Paid docmd.refresh else form!form456!textbox!Price = "0" End sub correct me in coding.Solved3.5KViews0likes5Comments