Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: nwprog
  • Content: Threads
  • Order by date
  1. nwprog

    Keep table accrate using Query

    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"...
  2. nwprog

    Create a running list Using SQL

    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...
  3. nwprog

    Replacing One Time with another.

    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...
  4. nwprog

    Form Caption Formating

    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...
  5. nwprog

    Countdown Timer On Access Form

    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...

Part and Inventory Search

Back
Top