Search results

  1. Sam Summers

    Flagging up service intervals using hours recorded

    You need to use the bypass key to open it. So its from two forms - 'Maintenance' and 'Service' and the warnings will be at 75 hours prior to service interval of 250 and then warning when the 250 interval is reached. Hours entered may be anything as small as 6 hours
  2. Sam Summers

    Flagging up service intervals using hours recorded

    Hi Guys, I am far too useless and stupid to solve this effectively! Tried and tried but just cannot see it! I have different components that have different service intervals based on hours entered by the user when the item is first entered. I need to set a warning that flags up as in this...
  3. Sam Summers

    Solved Another is this possible question - hiding/disabling a label of the current record of a continuous form

    Right guys i have now got it working using Arnel's TextMe example and Minty's section below. Private Sub cmdSendText_Click() Application.FollowHyperlink "https://wa.me/" & [PhoneNo] & "?text=Your%20Order " & [PONumber] & "%20is%20in%20transit%20on%20the%20boat%20from%20Dornie" End Sub So we...
  4. Sam Summers

    Solved Another is this possible question - hiding/disabling a label of the current record of a continuous form

    That must be it then. I'm not at my laptop now but will try over the weekend. That sounds great! Thank you
  5. Sam Summers

    Solved Another is this possible question - hiding/disabling a label of the current record of a continuous form

    I tried it Arnel and it wouldnt send? I wonder if its because the string has to include the = in it? I really thought that you had it? Thank you
  6. Sam Summers

    Solved Another is this possible question - hiding/disabling a label of the current record of a continuous form

    The full code is this: ="https://wa.me/" & [PhoneNo] &"?text=Your%20Order " & [PONumber] & "%20is%20in%20transit%20on%20the%20boat%20from%20Dornie" In full, including the = The [PhoneNo] and [PONumber] portions are fields on the form. The above hyperlink string is inserted into the...
  7. Sam Summers

    Solved Another is this possible question - hiding/disabling a label of the current record of a continuous form

    I have tried all kinds of ways with this. The labels are over the two check boxes as in the screenshot attached. I have tried creating the functionality in other controls but for some reason after much research WhatsApp only works in the way i need it to send messages from a Label which is...
  8. Sam Summers

    Solved Another is this possible question - hiding/disabling a label of the current record of a continuous form

    Ok guys, after all kinds of tricks and other methods this will remain unsolved as there is no way to work with a label to achieve the functionality that i require (Every record in the continuous form has its own unique Hyperlink string depending on the person associated with that record).
  9. Sam Summers

    Solved Another is this possible question - hiding/disabling a label of the current record of a continuous form

    Ok but how to do that for each record of the continuous form? Its a tricky one this
  10. Sam Summers

    Solved Another is this possible question - hiding/disabling a label of the current record of a continuous form

    Even if i could somehow shield it with a textbox which i could then send to the back?
  11. Sam Summers

    Solved Another is this possible question - hiding/disabling a label of the current record of a continuous form

    I have tried all kinds of tricks but you are right about CF not working on a Label. It a strange one but the particular string to send a message quickly and simply only works from a Label which is quite annoying
  12. Sam Summers

    Solved Another is this possible question - hiding/disabling a label of the current record of a continuous form

    Hi Arnel, not sure how that would work as the user may not want to select that particular record?
  13. Sam Summers

    Solved Another is this possible question - hiding/disabling a label of the current record of a continuous form

    I have searched and searched and tried all kinds of tricks but no luck at all yet. My problem is that i have to use a Label which is the only way i can send a message via a hyperlink to a Whatsapp recipient when the user clicks on the Label. This is the only way that i can communicate easily...
  14. Sam Summers

    Solved Is this possible - checking a checkbox from an email?

    Hi guys, I looked at yours Vlad but decided to go with Arnels method as it suited our simpler system better but thank you everyone. I created a randomised string and inserted it into the record and then incorporated it into the approval email header. Once the approver replied, the user copies...
  15. Sam Summers

    Solved Insert data from a form into a new row of an existing excel spreadsheet

    Hi guys - that all works now so a massive thank you as always for all of your guidance and assistance
  16. Sam Summers

    Solved Is this possible - checking a checkbox from an email?

    So far Arnel i am going with your method which i think will work fine. I will post on here when i have it completed.
  17. Sam Summers

    Solved Is this possible - checking a checkbox from an email?

    Many thanks to both of you. I will try and figure something out.......
  18. Sam Summers

    Solved Is this possible - checking a checkbox from an email?

    I am currently trying to find something in order to achieve this but just wondered if a member knows if this is even possible? I basically want to enable a person to approve something in a record by setting a checkbox in the same record to true via email
Back
Top Bottom