Thanks i have found a way to do it .



I have form with combo box And 7 days label and 7 textboxes

I want to save each day value with the combo box in separate row in table , what is the code or script that I need for the button  ? thanks 

Name of editbox ‘s

Edit1
Edit2
Edit3
Edit4
Edit5
Edit6
Edit7
And the comopbox name is (comboBox1) the form name (workshousss) and the table is
( workingtime)
What code I need ?

thanksssss

Dear colleagues,

I am working on a work program for employees and, of course, I want to make the process easier. However, I am facing some problems. The database is required to extract the days that an employee did not attend and each hour of those days to whom it went so that it can be accounted for them. The first problem I am struggling with is how to make the program extract all the days of the month automatically and where to place those days , and how to make the program avoid the fixed holidays without my intervention. Is this possible?