Search results

  1. K

    Calculating Time difference in hours between 4 fields

    Gents thanks a lot works perfectly. I had a few completion times missing also. Thanks BOB and Mahmood
  2. K

    Calculating Time difference in hours between 4 fields

    Hi Bob What type of file do you need? this forum wont accept it as XLSX
  3. K

    Calculating Time difference in hours between 4 fields

    HI Bob Attached seems to work ok to a point then throws up weird numbers
  4. K

    Calculating Time difference in hours between 4 fields

    HI Bob Thanks for your efforts however its close but gets some weird results in amongst good ones -1028109 this comes up a lot? you get like ten good results then this random bad one every now and then
  5. K

    Calculating Time difference in hours between 4 fields

    Put that in the critrea field ?
  6. K

    Calculating Time difference in hours between 4 fields

    Hey Bob they are all date/time Start date = dd/mm/yyyy Start time = h:nn:ss AM/PM Finish date = dd/mm/yyyy Finish time = h:nn:ss AM/PM The export of the table is attached Im after a query Bob to show total time difference in hours between the Start data and time and finish date and time...
  7. K

    Calculating Time difference in hours between 4 fields

    Hi I have kind of made a rod for my own back here with my data base in the table I have 4 fields Start date Start time Finish date Finish time I want to find out using a query how many hours there are between the Start date and time and Finish date and time. Simple enough id imagine with...
  8. K

    Re calculate automatically

    I donrstand why every thing is based around ChkBoxship its not just if that box is checked I want only one check box to be allowed to be ticked at any one time on that whole sheet not just if ChkBoxship is ticked Private Sub subUnCheckOtherRecords(ByVal pk As Variant) Dim rs As...
  9. K

    Making a simple yes count!

    I can build a query and see the data I want but ill be dammed if I can show it on graph
  10. K

    Making a simple yes count!

    I cant get it to work I have 16 fields all I want to do is count the rows that say yes in each field and make a graph off it in positives not negatives
  11. K

    Re calculate automatically

    Cant get it to work arnel heres my code for each box how do I add to that to make it uncheck all others if check this box and ill copy that to all other 16 functions Private Sub Chklayup_Click() If ChkLayup Then If Trim(Me.txtLayUpCRS & "") <> "" And Trim(Me.txtLayUpactual) <> "" Then...
  12. K

    Re calculate automatically

    How do I do it ? I cant get Arnels Working
  13. K

    Re calculate automatically

    Hi My chk boxes are already named Chk with a caps does that matter?
  14. K

    Re calculate automatically

    HI I have 16 check boxes on this form / record and I only want to be able to click one of them at a time. if one is selected and I click another one id like it to cancel the other chk box and select the one I click on I have attached photo of the form Thanks Dan
  15. K

    Re calculate automatically

    HI Throws an error on this part What do I put in [ID] If ![ID] <> pk And !ChkBoxship = True Then
  16. K

    Making a simple yes count!

    Thanks got it counting the fields but in negative any way to flip that when I make it a graph as I actually have positive parts not negative?
  17. K

    Making a simple yes count!

    I have 15 different fields I want to count each field one field is called [Part In Lay Up] where do I put it in criteria? it says invalid syntax
  18. K

    Making a simple yes count!

    Guys im having a moment here I have a query which looks at various parts in production areas I have a check box that's returning yes there is a part ther or no there isn't all I want to do is count the yes ! surely im missing something here PLease help Dan
  19. K

    Re calculate automatically

    Hi thanks Sorry im still learning where do I put this new code? also do I have to add Call subUnCheckOtherRecords(Me.txtID) to each of the onclick boxes on the sheet? Private Sub subUnCheckOtherRecords(Byval pk As Variant) Dim rs As Dao.RecordSet Set rs = Me.RecordsetClone With rs...
  20. K

    Re calculate automatically

    Hi Yes I do this one is primary key and autonumber unique to each record TxtID Dan
Back
Top Bottom