I have set up a database that schedules a job for a specific day at a specific time period.
Job ID: (auto)
Job: job1
Startday: 6/14
StartTime: 9pm
Endday: 6/15
Endtime: 9am
Is there a way to schedule this weekly or every other day or bi weekly. Looking for a periodic event scheduler. Code or...
Hi,
I am trying to calculate the Hours between two dates... I have one box that input date started sch_Date, one that inputs time start sch_Time, one that inputs end date sch_End date and one that inputs end time sch_EndTime.
I know i would have to use the Dateif function but is that only for...
Hi,
I've created a split form and am trying to make a search field which incorporates 2 separate text boxes.
Now, I've made a button for on click event for a single unbound text box and used the code :
Me.Filter = "[sch_StoreName] = '" & Me.sch_filterText & "'"
Me.FilterOn = True
Me.Requery...