Search results

  1. Gigitty

    Unable to Compact and Repair - Password

    Hi again guys. Trying to Compact and Repair my database however it keeps asking me for the password. After having to re-enter the password 3 times I get the 'Not a valid password' message. Ordinarily when performing and Compact and Repair you're prompted for the password once, you enter it...
  2. Gigitty

    Allow Edits Not Working

    Hi guys. Not sure why but one of my Forms is allowing Edits after I have set the 'Allow Edits' property to 'No' both in the Form design and in the 'On Load' event. Anyone have any ideas why this might be occurring? I'm not having this issue with any of my other databases. Thankyou in advance.
  3. Gigitty

    Set Multiple Label Background Colours from Yes/No fields

    I did have the code in the 'On Current' event. I've moved my 'End If' comments as you have illustrated. For some reason I though if you had multiple 'If' statements you placed all the 'End If's' at the end. My bad. Thanks again Arnel.
  4. Gigitty

    Set Multiple Label Background Colours from Yes/No fields

    So i've added in more of the fields to be updated but only the first field that is 'True' is being updated. Clearly if missed something :-(
  5. Gigitty

    Set Multiple Label Background Colours from Yes/No fields

    Fixed!! Damn label property was 'Transparent' and not 'Normal'. Thanks so much Arnel (y)
  6. Gigitty

    Set Multiple Label Background Colours from Yes/No fields

    No it's a single record form. Only 1 record displays at a time.
  7. 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..
  8. Gigitty

    Set Multiple Label Background Colours from Yes/No fields

    Thanks for your reply Arnel. I get the following error:-
  9. 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...
  10. 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.
  11. Gigitty

    List box Click through

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

    Set Value in Continuous Form

    Many thanks Pat.
  13. 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...
  14. 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...
  15. Gigitty

    Set Value in Continuous Form

    yes it is.
  16. 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.
  17. 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...
  18. 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
  19. 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??
  20. 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..
Back
Top Bottom