Search results

  1. S

    List Box to Populate Form

    Gina, Sorry I am just getting back to this. I am trying the update query. Can you or someone point me in the right direction on how to write the following? If OperationsDate in tblDispatch is greater than or equal to EffectiveFrom and less than or equal to EffectiveTo in tblSchedule AND...
  2. S

    List Box to Populate Form

    Im not able to share the database. Should I be reposting this somewhere for more responses?
  3. S

    List Box to Populate Form

    I need to explain this better as it has become more complicated than originally thought, I am not an expert in access so any help would be appreciated in how to get this to work: I have a form named frmDispatch; I am trying to figure out how to do the following when I enter the OperationDate...
  4. S

    List Box to Populate Form

    Thanks Ginna I made the qrySchedule an append query and it does send the data to the tbldispatched which is part of what I wanted to accomplish. So now how do I make it so that when I click on a record in the listbox it shows all fields show on the form?
  5. S

    List Box to Populate Form

    Hello I have a form (frmDispatched), and a query (qrySchedules). I would like to have a listbox on the frmDispatched that has the schedules information in it that would allow the user to click on any given schedule and have that information populate into the frmdispatched(table). From...
  6. S

    Calculate distance from coordinates

    I am trying to figure out a way to calculate distance from coordinates. I have spent my afternoon googling and everything I have found appears very complicated. Am I just overthinking this and freaking out, or is this as complicated as it appears? I have the cities, coordinates.. just need...
  7. S

    UTC Time Offset Table

    We cross time zones in travel and my need is to ensure that data entry is entered is such a way that it recognizes both the movement between pacific to mountain (vice versa) time zones as well as daylight savings... Did that make any sense? Tracy
  8. S

    UTC Time Offset Table

    Hmmm maybe I should mention as well that I only need to consider two time zones, Pacific and Mountain..... Tracy
  9. S

    UTC Time Offset Table

    Thanks Ill have a look.
  10. S

    UTC Time Offset Table

    I love simple.. I will try to digest this one... thanks
  11. S

    UTC Time Offset Table

    Ugh... is there no easier way of dealing with this!! sigh... I found this but its backwards from what I need and not sure if it will work for what I need to do. It was posted to covert GMT to local. Option Compare Database '*** start code *** Option Explicit 'following code adapted from...
  12. S

    UTC Time Offset Table

    Help?.. just need a little push.. insight.. :)
  13. S

    UTC Time Offset Table

    I am trying to figure out how to handle working with ZULU Time in a database Time Zone and difference to Universal Time Dealing with 2 time zones Dealing with daylight savings time Someone suggested :establish a table with the ZULU offset for each time zone witht he logical field that...
  14. S

    Air Force database junkie

    I am trying to figure out how to handle working with ZULU Time in a database: Time Zone and difference to Universal Time Dealing with 2 time zones Dealing with daylight savings time Any input would be appreciated.
  15. S

    Parameter box showing up

    Sweet, I have been chasing a parameter error forever, checking the sorting and grouping located the problem! Thanks Tracy
  16. S

    Query IIF statement Help

    As usual, brilliant! Such a simple thing! Thank very much Tracy
  17. S

    Query IIF statement Help

    Tried that, seemed to make sense to me too, but the field that should be not overdue is howing blank?
  18. S

    Query IIF statement Help

    I have the following code in my query and it seems to be working fine, but I would also like it to show the Not Overdue Items. Overdue: IIf([Investigation Status]="Open",IIf([DueDate]<=Date(),"OVERDUE")) Any help would be much appreciated! Tracy
  19. S

    Calculating a review date based on a date field and a non date field in a query

    Sorry my bad! It works! Thanks Bob! Appreciate it!
  20. S

    Calculating a review date based on a date field and a non date field in a query

    I have tried your suggestion Bob, the field name shows but no data is appearing?
Top Bottom