Hi guys,
Uptil now I got plenty of helps from this forum. I really appreciate your wonderful help. Thank you so much.
I am stuck at one point, my database looks like this.
Table: Tasks(EmployeeI d,StartTime,End Time,Duration,C heckEndTime)
Query:TasksQuer y(EmployeeId,En dTime,Duration, CheckEndTime)
Please Note: Her CheckEndTime is nothing but Checkbox field.
Form : Form1
Button: Command17
Now, the flow is like this. When the user have not entered EndTime(i.e. Only starttime has been entered), then the Checkbox will remain unchecked.
And it will move to TasksQuery.
So, When the user clicks on "Command17" the query should be checked to see if the logged in user is present there, if yes than message should be displayed, else the form should be opened.
I tried several logics, but it seems it doesnot work well with checkbox field. It is always display null or 0 value depending upon different logic's.
(To add my checkbox is a 2 state checkbox)
What can I do to check if the field is checked or the employeeid is present in the Query or not.
Also, the query should get refreshed.
Any help will be appreciated.
Please advice.
Uptil now I got plenty of helps from this forum. I really appreciate your wonderful help. Thank you so much.
I am stuck at one point, my database looks like this.
Table: Tasks(EmployeeI d,StartTime,End Time,Duration,C heckEndTime)
Query:TasksQuer y(EmployeeId,En dTime,Duration, CheckEndTime)
Please Note: Her CheckEndTime is nothing but Checkbox field.
Form : Form1
Button: Command17
Now, the flow is like this. When the user have not entered EndTime(i.e. Only starttime has been entered), then the Checkbox will remain unchecked.
And it will move to TasksQuery.
So, When the user clicks on "Command17" the query should be checked to see if the logged in user is present there, if yes than message should be displayed, else the form should be opened.
I tried several logics, but it seems it doesnot work well with checkbox field. It is always display null or 0 value depending upon different logic's.
(To add my checkbox is a 2 state checkbox)
What can I do to check if the field is checked or the employeeid is present in the Query or not.
Also, the query should get refreshed.
Any help will be appreciated.
Please advice.
Comment