Selections that auto populate other selections
Posted: Wed Nov 20, 2013 2:58 pm
I am working on a data entry program -- and I am having issues with a couple things.
First off I need some help with Option menus.
I need option menus that can be dynamically changed based off the selection of another. For example:
Option Menu A has : House, Car, Kids, Cheese
If someone chooses "House" I need for Option Menu B to then say:
Option Menu B: Apartment, Condo, Beach, Duplex
Basically Option B dynamically changes based off what Option A does.
Second - I am trying to aggregate multiple data "text" fields into a datagrid on a separate card.
For Example On my main card I have:
Name _______ Age _______ Email______ Phone_________
When I click a submit button, I want any text in those fields to be saved to a data grid
Name _Steve__ Age _41_ Email ____ Phone __555-1212__
Click Submit
New data grid with already set columns that now contains that info. Any help would be great --- I am going nuts here trying to get this to work.
Thanks in advance!!!
First off I need some help with Option menus.
I need option menus that can be dynamically changed based off the selection of another. For example:
Option Menu A has : House, Car, Kids, Cheese
If someone chooses "House" I need for Option Menu B to then say:
Option Menu B: Apartment, Condo, Beach, Duplex
Basically Option B dynamically changes based off what Option A does.
Second - I am trying to aggregate multiple data "text" fields into a datagrid on a separate card.
For Example On my main card I have:
Name _______ Age _______ Email______ Phone_________
When I click a submit button, I want any text in those fields to be saved to a data grid
Name _Steve__ Age _41_ Email ____ Phone __555-1212__
Click Submit
New data grid with already set columns that now contains that info. Any help would be great --- I am going nuts here trying to get this to work.
Thanks in advance!!!