Sum radio buttons on multiple tables on form w/jquery (java)
Can someone please help? I'm new to coding. I have a form with mutiple tables and radio buttons. I'm trying to add a field or box at the end of each table that adds each radio button in that table. Then at the end of the last table I would like to sum the last table first, then add a field to give a grand total of each table.
How to Add and Remove Items from ListBox via Subform
Hi
I appreciate your help in advance. I'm new to VBA - and would like to know how to add and remove items from a listbox (not the main table) via a subform instantly.
1. Code to populate listbox (listObjects):
Private Sub listObjects_Cli ck()
DoCmd.OpenForm "frm_CSPerforma nce", , , "ID = " & Me.listObjects. Column(0, Me.listObjects. ListIndex + 1)
End Sub (Works)