Search results

  1. Gigitty

    Set Multiple Label Background Colours from Yes/No fields

    No it's a single record form. Only 1 record displays at a time.
  2. Gigitty

    Set Multiple Label Background Colours from Yes/No fields

    Aha, being down under that 'US' spelling catches me all the time. No error now but code not working i.e. nothing is happening..
  3. Gigitty

    Set Multiple Label Background Colours from Yes/No fields

    Thanks for your reply Arnel. I get the following error:-
  4. Gigitty

    Set Multiple Label Background Colours from Yes/No fields

    Hi all. I have a bunch of yes/no fields on a form and I would like to set the background colour of the associated label when the field value is true. The code i've tried on the first label isn't working properly in that it is setting the background colour for every record not just the record...
  5. Gigitty

    Change back color or border color based on yes/no check box

    Thankyou for this post Uncle Gizmo. Couldn't figure out why I was having the same issue.
  6. Gigitty

    List box Click through

    Can't you just use a 'Combo Box' wizard? Much easier and no VBA required.
  7. Gigitty

    Set Value in Continuous Form

    Many thanks Pat.
  8. Gigitty

    Set Value in Continuous Form

    As an extra point of note, the end user wants to be able to see current 'Floor Stock', 'Base Stock' and 'Backorder' information (all of which is calculated in the background) for all stock items in the continuous form of which there are over 2500 which is why I've gone down this path. Couldn't...
  9. Gigitty

    Set Value in Continuous Form

    It's actually for an individual user (only 1 staff member), but I acknowledge your point. The idea is that as multiple items are ordered on each order, once the 'Add To Order' box is ticked and all items have been selected, the user then clicks the 'Save Order' button which does everything ni...
  10. Gigitty

    Set Value in Continuous Form

    yes it is.
  11. Gigitty

    Set Value in Continuous Form

    It's being used as part of a Inventory and Ordering System and I want to reset this yes/no box on each record every time I open this [New Order] form so the user then clicks the yes/no box for each item they wish to order.
  12. Gigitty

    Set Value in Continuous Form

    Hi guys. I have a yes/no (checkbox) I want to set to 'No' each time the form loads. I've tried {me.fieldname = No} in the OnLoad event. This only works for the first record on teh form. Anyone know how I can apply this to every record on the form? VBA beginner here.. thankyou in advance...
  13. Gigitty

    Prevent duplication of records in the entry form

    Thanks So Much Arnel!! Syntax sensitivities always bring me undone. Thankyou to everyone for your assistance. Gigitty
  14. Gigitty

    Prevent duplication of records in the entry form

    So now it's having an issue with the Index I created on that field. Ok to remove the Index??
  15. Gigitty

    Prevent duplication of records in the entry form

    Thanks for your prompt reply Arnel. Placed the code in but absolutely nothing happens when trying to trigger the code..
  16. Gigitty

    Prevent duplication of records in the entry form

    Thanks guys!! that fixed the error. Now if I want to take the user to the record that already exists as part of this process?
  17. Gigitty

    Prevent duplication of records in the entry form

    Got one step closer, then got this one.. Should there be something in here that then takes you to the record that already exists??
  18. Gigitty

    Prevent duplication of records in the entry form

    This is the error message..
  19. Gigitty

    Prevent duplication of records in the entry form

    Hi Gasman. Yes UMRN is a text field. Which part of the text do I need to place the single quotes around??
  20. Gigitty

    Prevent duplication of records in the entry form

    Hi guys. Trying to achieve the same result based purely on the UMRN field but keep screwing up my syntax. I'm a VBA novice..
Back
Top Bottom