Search Result

Collapse
31 results in 0.0045 seconds.
Keywords
Members
Tags
checkbox
  •  

  • proulxfr
    started a topic Checkbox in Listbox

    Checkbox in Listbox

    In Excel, using VBA I created a userform that presents a dynamic listbox. This listbox is build with information included in a specific worksheet. This information is not predefined, it is given by the user varying naming and number of items defined.

    By selecting one ore more items from listbox you are able to add specific row in the designed items group. This works fine but using listbox and multiselect. Now I would like to preceed...
    See more | Go to post

  • Garry
    started a topic how to list content of a query result in a form

    how to list content of a query result in a form

    Hi
    I am using Access 2010 and trying to get the results from a query to display each record in a seperate text box in a form.
    My query runs from ComboBox1 After_Update in the form with no problem and leaves the results of the components of a diesel car, petrol car or van.
    What I would like to happen is After_Update of ComoBox1 is the resulting records to be displayed in the form like a list with a checkbox next to the list so...
    See more | Go to post

  • Subform datasheet: select one record to update form?

    Hello all,

    I have a form with a subform in datasheet view. The subform shows name and phone number and a checkbox that says "use this contact". When selected, the name and number populate text fields on the main form.

    The problem is that if the subform contains multiple records, the checkbox for each can be selected. The form holds the values of the last selected, but I'd like for there to be only one check -...
    See more | Go to post
    Last edited by NeoPa; Sep 29 '11, 10:10 PM. Reason: Made screenshot viewable in thread.

  • Sending data from form in an email using ASP

    I have a page called OES_reg.html that has a form on it. 2 textboxes and 2 checkboxes and a submit button.

    This form is read by OES_regreply.as p which takes the information and does 2 things with it
    1. displays the information to the user so they can verify
    2. sends an email with the information from the form for my records.

    my problem lies with the email. Everything is working except that I can't get...
    See more | Go to post

  • RANJIT SINGH
    started a topic Display table based on checkbox selection
    in PHP

    Display table based on checkbox selection

    Below is a table generated by DW for displaying a table of all subjects in a MySQL database. I'm totally new to php and would be grateful for any assistance on how the table could be displayed based on the subject checkbox (line 87).



    Code:
    <?php require_once('Connections/Education.php'); ?>
    <?php
    if (!function_exists("GetSQLValueString")) {
    function GetSQLValueString($theValue,
    ...
    See more | Go to post

  • Cortney B
    started a topic How to count and total check box values

    How to count and total check box values

    I have a database of people who call into our office for assistance. They are designated by their location (A drop down menu with City/County/Out of County) and then the Nature of Problem is checked off (Eviction, Request for Housing, Implied Warranty) (Sometimes someone needs all three options).

    I would like to show in a monthly report how many times a check box was clicked for the Nature of Problem and the location the call was...
    See more | Go to post

  • Richard Starr
    started a topic Need some help with Grid view

    Need some help with Grid view

    I'm trying to do the following.
    I want to use a gridview to load a set of associated
    records dynamically based upon the input of the user.
    I want the gridview to have a checkbox to the left of
    the records and allow the user to use this to select
    records to remove. The gridview will have pages and will
    be sortable using the columns.

    I had this working using a delete button, but when I went...
    See more | Go to post

  • Hide and display subforms in tab conrol with checkbox

    I have 2 different subforms in a tab control (TabCtl124).
    When i open main form (RacesetupF), i would like 2 of the tab control and their subforms to be hidden except tabcontrol 1 and its subform as default.
    I have a checkbox control called TimeCBox with the 3 different options.
    The following code hide the Tab control on startup
    Code:
    Me.TabCtl124.Visible = false
    then i will need code to call up
    Code:
     Private Sub TimeCBox_Click()
    ...
    See more | Go to post

  • How to use option group (checkbox) to change calculation in textbox

    I have an option group with 2 checkboxes :
    MtbAge - option value = 1
    RoadAge - option value = 2

    The textbox where to display MtbAge/RoadAge is called = currentage

    if you select MtbAge it must use
    Code:
    =Format(DateSerial(Year(Date()),12,31)-[Birthdate],'yy')
    to calculate

    if you select RoadAge it must use
    Code:
    =DateDiff("yyyy",[Birthdate],Now())+Int(Format(Now(),"mm
    ...
    See more | Go to post
    Last edited by NeoPa; Jan 8 '11, 03:22 PM. Reason: To show the pic

  • Why does "Enter your parameter value" keep coming up?

    By putting forms![name of form]![name of checkbox] in the criteria area and in the criteria row putting TRUE runs a query for me off of check boxes.

    However, "Enter your parameter value" boxes pop up for each check box when the form opens. Why is that and how do I avoid it?

    All I want is for the end user to check the boxes and then press the button to run the query.

    Thank you!
    See more | Go to post

  • Linking macros to checkboxes selected on an Access form

    Hi,

    I have the requirement to copy and paste the results of various queries into Excel workbooks. I've set up macros to "OutputTo" the results of each of the queries (nearly 100!) and I've set up a further macro to export them all rather one after the other than running each macro individually.

    Where I'm coming un-stuck is that ideally I'd like to be able to create a form with checkboxes where the user can...
    See more | Go to post

  • I want the values of the check box checked alogn with other information

    how to work with the checkboxes

    I have a mysql table test_equipment
    with fields
    Code:
    Equipment_name varchar(100) NOT NULL,
    image_url varchar (300),
    Description varchar(1000) NOT Null,

    my file name is view_test_equip ment.php where i dump all the data from the test_equipment in html table.

    the code is
    Code:
    <?php
    include('db_connect.php');
    ?>
    <form action="selected_test_equipment.php"
    ...
    See more | Go to post
    Last edited by Dormilich; Nov 26 '10, 06:35 AM. Reason: please us [CODE] [/CODE] tags when posting code

  • BPar
    started a topic Is there a way to remove root checkboxes

    Is there a way to remove root checkboxes

    I am writing a windows application in vb.net. I have a database that will eventually hold about 100-150 people. To make it easier to find the person you need, I want to be able to organize them into an expandable list with Sophomore, Junior, and Senior as headers. Treeview seems like exactly what I need except I need checkboxes on the students but not on the headers. Is there a way to remove the checkboxes for the root nodes but keep them for the...
    See more | Go to post

  • Whitney
    started a topic Check boxes linking to multiple tables and forms

    Check boxes linking to multiple tables and forms

    I am trying to link a static table ( and use the yes/no check box feature for those fields) into a form that provides info to another table. Is this possible or even realistic? I know that access doesn't particularly like the checkbox features, but they are really needed in this form. Thanks for all help!
    See more | Go to post

  • thirdconspiracy
    started a topic Part of checkbox.Text is not displaying

    Part of checkbox.Text is not displaying

    This is probably a stupid question but why is part of my text missing when I add a checkbox to my panel?

    Displays fine:
    ASLThoracic.Tex t = "L Thoracic";
    ASLThoracic.Tex t = "L Thoracic/Lum";

    Only displays "L":
    ASLThoracic.Tex t = "L Thoracic/Lumbar";

    I've tried moving it around on the page to make sure it isn't being cut off by another checkbox...
    See more | Go to post
Working...