A
Alana Smith
I am trying to create a Form containing the following:
Child's Names (drop down) FROM A TABLE
Skill (Query that updates and displays skills not completed by the Child
selected)(drop down) ANOTHER TABLE
Date picker (A small Calender they can click a Date)
Add Button (This will add this new field to the Database)
I want to create a combo box to show a drop down of children to choose from
Table and then click into a 2nds combo box that show skills, from a query of
what skill are incomplete and then add a date and the add button adds this
record to the SKill_acquired table contains Child_ID, Skill_ID and
Date_acquired and a checkbox for completed.
Child's Names (drop down) FROM A TABLE
Skill (Query that updates and displays skills not completed by the Child
selected)(drop down) ANOTHER TABLE
Date picker (A small Calender they can click a Date)
Add Button (This will add this new field to the Database)
I want to create a combo box to show a drop down of children to choose from
Table and then click into a 2nds combo box that show skills, from a query of
what skill are incomplete and then add a date and the add button adds this
record to the SKill_acquired table contains Child_ID, Skill_ID and
Date_acquired and a checkbox for completed.