G
Guest
I am trying to understand if this is possible...
I currently have a table called tblSession. This inputs the User,JobNumber
user is currently viewing & DateTime. from this, everytime a User goes into a
Job then it populates the table with the JobNumber and when the User goes
into another Job it deletes the previous Job Number and replaces it with the
next Job Num. What I am wanting to do is that no one would really be in the
Database between 8PM & 7AM, I want to try and see if the first person in the
database it runs a query and deletes any sessions that are still showing in
the table, How is this possible?
I currently have a table called tblSession. This inputs the User,JobNumber
user is currently viewing & DateTime. from this, everytime a User goes into a
Job then it populates the table with the JobNumber and when the User goes
into another Job it deletes the previous Job Number and replaces it with the
next Job Num. What I am wanting to do is that no one would really be in the
Database between 8PM & 7AM, I want to try and see if the first person in the
database it runs a query and deletes any sessions that are still showing in
the table, How is this possible?