Search results

  1. C

    Error, invalid use of null

    i have a few text boxes. First is ATA which is actual time of arrival (for airplanes), second is inboundFirst (for baggage) and inboundLast. What happens is that if the user enters a time of 13:00, which is then converted to short time, into ATA, and lets say 13:30 into inboundFirst, VB...
  2. C

    Queries within a switchboard and form

    If its possible, can i have a querie that lets the user find a specific record, say based on flight number or flight date (for an airport) right from the switchboard?, I can do this within the main form, but ir returns the table view of the record, which i dont want, i would like the form view...
  3. C

    switchboard

    I have a main switchboard, with a few Open Form command buttons on it, but what i would like to have is another button to bring the user to another switchboard screen giving the option to open a few Reports (obviosly the button on teh main switch board would read "Report Section), can this done...
  4. C

    Help with possible IF....Else statements

    I have fooling around with an aircraft database i have created. i have 4 fields First Bag Away - first bag time off aircraft and sent to arrivals for pick passenger pick up Last Bag Away - last bag time sent to arrivals Inbound First Bag - first bag time that arrivals receives the bags off the...
  5. C

    Finding Current_Date?

    I have a table, with 4 records in it. 2 records have the "date" field for 01/11/2005, and 2 dates are for 02/11/2005. Is there a way to just query the "current" date? Weather it be in a pop-up box once the query is selected, asking for the date? or is there a restricted word within access2003...
  6. C

    Programming a command button to export data

    I know this topic has been discussed, but i could not find one thread on the general purpose of exporting an excel table/form to excel. I would like to place a command button on my FORM, and let the user click this button and export the data into excel. I tried using the transferspreadsheet...
  7. C

    Update a Date/Time field automatically

    Most likely a newb question, but how can i just update the date/time field to the current date, as opposed to constantly entering in the current date? Thanks
  8. C

    Value of One field Changes ANother FIelds Value

    I am trying this new project out, and i have two fields set up, Both will be drop down boxes. One field is Airline, the next Aircraft Type If the user clicks on the British Airways dropdown link under the "Airline" field, i would the the Aircraft type field to automaticaly pull up only those...
Back
Top Bottom