User Profile

Collapse

Profile Sidebar

Collapse
MeMeSo
MeMeSo
Last Activity: May 7 '14, 04:14 AM
Joined: Aug 24 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • 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.

    Thank you,

    Code:
    <meta name="viewport" content="width=device-width, initial-scale=1">
    ...
    See more | Go to post
    Last edited by Rabbit; May 6 '14, 05:34 AM. Reason: Fixed code tags

  • 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)


    ...
    See more | Go to post
No activity results to display
Show More
Working...