Here is a intresting hicup that someone might be able to help with. As I am still learning, I'm not exactly sure how to approach this problem. I have a table that is based on a Create Table Query titled "Open Jobs". The Query retrieves data from one of my main tables called "Tower Calls"...
I've really come to rely on this place for help, your insight and inputs have been an immesurable help. Thank you.
I'm strugling with an SQL problem, I want to create a list of open jobs when a particualar column is Null. The parameters I'm trying to display are tailnum, date, flt, and gate...
Ok here is a tough one. I have a form that contains a timer. Two actually. The problem is that the second timer, won't always function. I've tried using If conditions to keep it from firing if the variable advtime is Null, but for some reason, this doesn't work. The idea is to replace...
I was wondering if there is anyway to control the Caption of a form based on a control input. Until the rest of my project is ready I need a way to identify the location of the trouble call while the form window is minimized. I've been trying to get the Form Caption to display the gate number...
I'm trying to create a count down based on two variables. The first is the current time, the second is a departure time that is entered by the operator. The code I have so far is listed below.
Private Sub txtdeptime_LostFocus()
Dim currtime As Date
Dim deptime As Date
Dim split...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.