Search results

  1. B

    Alphabetic

    Dear All, need your help i have drop down list linked to table included "agent names" , the names appeared normally in the form but not Alphabetic (A-Z) although the table was alphabetic . any idea
  2. B

    VB update code

    yes result of the search
  3. B

    VB update code

    kindly advise i have 2 fields in Form "search Form" and i want once i change the data inside these fields reflect in the DB table so please advise with the VB update code
  4. B

    convert minute to short time

    any idea i want to solve it
  5. B

    convert minute to short time

    Hi all i have a problem i have field contains (minutes as number) like 5750 i want to convert thes minutes to short time hh :nn to be 95:50
  6. B

    sum for short time

    any news i tried to show 1 entery in my report the time was 0:05 Min when i show it in the report it was 3.4722222222
  7. B

    sum for short time

    this is my formula =DateDiff("h",[Dte],[Dte1]) & ":" & Round(((DateDiff("n",[Dte],[Dte1])/60)-DateDiff("h",[Dte],[Dte1]))*60,0) and i show it as short time example Aug-02-2014 12:00:00 AM - Aug-01-2014 1:00:00 AM = 23 :00
  8. B

    sum for short time

    Hi all i create report and i want to sum field contains "short time hh:nn" but give me wrong result any suggestion
  9. B

    time- time

    no sir once i put = Format([Dte1]-[Dte], "Long Time") give me 12:50 why i don't know once i put =DateDiff("h",[Dte],[Dte1]) & ":" & (((DateDiff("n",[Dte],[Dte1])/60)-DateDiff("h",[Dte],[Dte1]))*60) give me 0:50 :) thx for your effort
  10. B

    time- time

    thanks for yor effort :) now working after my equation =DateDiff("h",[Dte],[Dte1]) & ":" & (((DateDiff("n",[Dte],[Dte1])/60)-DateDiff("h",[Dte],[Dte1]))*60)
  11. B

    time- time

    =DateDiff("h",[Dte],[Dte1]) & ":" & (((DateDiff("n",[Dte],[Dte1])/60)-DateDiff("h",[Dte],[Dte1]))*60) finally
  12. B

    time- time

    no :confused::confused::confused::confused::confused::confused::confused::confused::confused:
  13. B

    time- time

    any idea :(
  14. B

    time- time

    sir when i put your equation = Format(([Dte1] - [Dte]) - #00:00:00 AM#, "HH:NN:SS AMPM") he change it automatically to = Format(([Dte1] - [Dte]) - #12:00:00 AM#, "HH:NN:SS AMPM") why that i don't know
  15. B

    time- time

    Dte format mmm-dd-yyyy hh:nn:ss AM/PM (Aug-01-2014 1:00:00 PM ) Dte1 format mmm-dd-yyyy hh:nn:ss AM/PM (Aug-01-2014 1:50:00 PM) X = = = Format(([Dte1] - [Dte]) - #00:00:00 AM#, "HH:NN:SS AMPM") still doesn't work give the same =12:50:00 AM
  16. B

    time- time

    Dte format mmm-dd-yyyy hh:nn:ss AM/PM (Aug-01-2014 1:00:00 PM ) Dte1 format mmm-dd-yyyy hh:nn:ss AM/PM (Aug-01-2014 1:50:00 PM) X = = Format([Dte1]-[Dte], "Long Time") give me = 12:50:00 AM any suggestion
  17. B

    time- time

    i Swear it's give me 12:50:00 AM
  18. B

    time- time

    i tried it example = Aug-01-2014 1:00:00 PM -Aug-01-2014 1:50:00 PM give me 12:50:00 AM :( but it should give me 00:50:00 only
  19. B

    time- time

    i put this =([Dte1]-[Dte])
  20. B

    time- time

    Hi all, really i have 2 fields with format "mmm-dd-yyyy hh:nn:ss" i want to deduct the fields and the result to be "hh:nn:ss" i tried it but give me 00:00:00
Back
Top Bottom