Hello,
I am trying to create a user friendly Form that preforms three functions:
The column names for the days are Mondayin, Mondayout, TuesdayIn, TuesdayOut etc.. to Friday.
The column names in the "tblParentChildList" are ParentId, Child1, Child2, Child3 & Child4.
I am trying to create a user friendly Form that preforms three functions:
- Allows the user to enter their User ID "txtParentId".
- ******* procedure to use the User ID entered to pull the related field data from the table "cmdSearch"
- Fill the first column into the first textBox "txtChild1", second column into second textbox "txtChild2" and so on to text box 4 "txtChild4"
- allow user to manually enter the time into textbox "txttimein" and then "txttimeout"
- fill in the time and date to the day based on the system day/date/time into a secondary table
The column names for the days are Mondayin, Mondayout, TuesdayIn, TuesdayOut etc.. to Friday.
The column names in the "tblParentChildList" are ParentId, Child1, Child2, Child3 & Child4.