Search results

  1. MattBaldry

    Activity Timing

    Apologies, I got over excited. The tea break should have been 10 minutes.
  2. MattBaldry

    Activity Timing

    Skiving time 😆 they have more of that than anything.... ~Matt
  3. MattBaldry

    Activity Timing

    Hi plog, I have tried this, but I need to add the time only during the working hours. If I add 600 minutes to 07:30 I would get 17:30, not 09:40 the next day when you take out the breaks and out of working hours.... ~Matt
  4. MattBaldry

    Activity Timing

    Hi all, I am trying to get my head around the possibility of something, and hoping someone somewhere may already have this in the dust and cobwebs. I want to be able to work out the end date/time of an activity based on start date/time, worked out based on working hours. Example we have John...
  5. MattBaldry

    How to Enable New Record Entry in Continuous Form Without Scrolling to the Last Row?

    Why not have the data entry part on a different form? Click add new data button and open a popup form to enter the new data, leaving the continuous form exactly where you have it. Once you close the data entry popup, the data would be at the bottom as normal, but your continuous form would...
  6. MattBaldry

    Password Manager

    If you do this, can I please have a copy when you are finished, purely for research purposes. And that would not be my name appearing on your statements....
  7. MattBaldry

    Inactive Timer Shut Down

    Hi all, Has anyone ever been asked if it is possible to have a way of shutting all open databases down after a period of inactivity? ~Matt
  8. MattBaldry

    Solved DCount Runtime Error '13' Type Mismatch

    Thanks MajP, This works fine. I shall use the Dim strFileCriteria As String method too. ~Matt
  9. MattBaldry

    Solved DCount Runtime Error '13' Type Mismatch

    Hi all, I thought I had this fixed, but I was wrong. I have the below code giving me an error. If DCount("*", "tblFileRegisterDetail", ("FileRegisterTypeID = " & FileRegisterTypeID And "FileRegisterDetailNumber = '" & FileRegisterDetailNumber & "'")) > 0 Then FileRegisterTypeID is Numerical...
  10. MattBaldry

    Conditional Formatting from a Table

    Thanks CJ, I did think of this, but on some of them I need to change the font colour to white, so it is not just the background of the text boxes. I will have a look into it though and see if I can always leave the text in 1 colour. The current record is highlighted black with white text, and...
  11. MattBaldry

    Conditional Formatting from a Table

    Hi all, Is there a quick way of creating a conditional formatting style method but with the options added/selected in a table. We have 4 production cells, and each are assigned a colour. At the moment I have created conditional formatting rules to change the colour on my continuous form. What...
  12. MattBaldry

    Solved Me.ControlTipText

    Solved. Just used & vbcrlf & and it worked. I had tried that, but must have typed it incorrectly. Dim strControlTipText As String strControlTipText = "Selected Record" & vbCrLf & _ "Customer: " & [Customer] & vbCrLf & _...
  13. MattBaldry

    Solved Me.ControlTipText

    Hi all, Is there any way of adding line breaks into a control tip text? I have a lovely new continuous form setup that I have built using tips from here. I have go the ControlTipText to change to display the selected record, which is great. But ideally I want to display it on different lines...
  14. MattBaldry

    Solved Deleting Records Warning

    Hi Pat, I don't want to delete them as such. I have turned off cascading deletes, but what I did want was a list of the BOMs that would be affected if I did want to delete them. I try to avoid any deletions at all, but I have been requested by the powers above me to allow deletion of products...
  15. MattBaldry

    Solved Deleting Records Warning

    Thanks All, I thought this may have been the case so already started on the form, just in case. I shall close this down. ~Matt
  16. MattBaldry

    Solved Deleting Records Warning

    Hi all, Is there a ready made code for letting you know which cascading records would be deleted if you delete from a one-to-many table? Let's say I have a Product that is used on lots of BOMs. If I try to delete that record, I would like it list the BOMs this product appears on. I did have a...
  17. MattBaldry

    Length Efficiency Calculator

    Hi Dave, In the case the cable is around £10.46/m. So with 250m of off cuts and waste, it is definitely worth the investment into a proper system to manage them. ~Matt
  18. MattBaldry

    Length Efficiency Calculator

    Hi All, Thank you for taking an interest in this task. I did want to have a real time list of data for today, but sadly the guy tasked with the stock list decided to be ill today. In the meantime, I have found the below link, which seems to do something like the endgame here...
  19. MattBaldry

    Length Efficiency Calculator

    Hi Gasman, No, the fault here is not the supplier. It is our workers. The cable was all received in 2m lengths. But they always just grab a new length when doing a job, rather than find the most efficient lengths. You have no idea how frustrating this is, so I am trying to find a solution to...
  20. MattBaldry

    Length Efficiency Calculator

    Thanks MajP, I will get a list and PM it over. There is nothing hidden here so I will give you real lengths and cable details, and then same sample lengths we would cut it in to. ~Matt
Back
Top Bottom