Recent content by 007stuart

  1. 0

    Message Box or Option Group

    Thank you Problem solved Thanks Stuart
  2. 0

    Message Box or Option Group

    Apologies for the confusion Let me restate my objective. I have a form, that once complete, allows the user to to either instruct a repair or record a an arrangemnt to repay arrears. Initially I had thought of a message box but now think that an Option Group with 3 options (Instruct...
  3. 0

    Message Box or Option Group

    Hi all I am considering placing either an Option Group or a Message Box on a form that becomes visible after a "Close" command fires. There would be three options : 1 Yes I am done 2 Organise a Repair 3 Record a Payment Is this the right way to go about this and if so can you give me an...
  4. 0

    Combo Box Perhaps?

    Thanks Perfect:)
  5. 0

    Combo Box Perhaps?

    I Nedd to devise a method that allows the user to select a repair type that needs to be done. Each repair type has a list of contractors that can undertake the particular repair. I had thought of a combo box to hold the repair types but am unsure of how to then show the appropriate contractor...
  6. 0

    How do I ensure all fields are entered in form before saving

    Thanks for your replies. To Missingling I like your code and understand what it is looking to do. Do I place a before update event on each control that requires data?
  7. 0

    How do I ensure all fields are entered in form before saving

    Hi I have a mix of combo boxes and text boxes on a form that records service calls. I propose using the before update event to check that each Combo and Text box is completed but am unsure of the correct coding to achieve this. Can anybody assist Thanks in advance
  8. 0

    Completely Lost

    Hi Wazz, Thanks for your reply, it makes a lot more sense. Regards Stuart
  9. 0

    Completely Lost

    Hi Wazz, Thanks for your help. What does "(N:N)" mean after - tblContractors_Jobs? Likewise "do" before tblDevelopments : tblContractors_Jobs Regards Stuart
  10. 0

    Completely Lost

    I have a problem that I am sure is easy to resolve but is beyond me. I have a number of housing developments in many parts of the UK that I manage and have many contractors each with differing skills that cover not all the the developments. I have created a many to many relationship between...
  11. 0

    ActiveX Calender Help

    I am looking to use on a form Calender Control 10 to allow a date to be selected. Is is possible to configure the calender to invalidate selection of a date that is in the past?
  12. 0

    How to avoid remove the blank form when filter yields no records

    Hi I have a smilar problem but relates to a Query that powers a form. Can you suggest a solution to my form being blank showld the query return no records?
  13. 0

    Not in List Event Problem

    Hi I have a form that (FrmAddressInput) that contains several Combo Boxes, many of which have Not in List Events set to allow me to add new data to the appropriate lookup tablss ( all perform perfectly). I now have added a new Combo Box (CboPropertyName) to allow The Development the address...
  14. 0

    Form help please

    Thanks for your help. I will take on board your recommendation and see where I go from there. Stuart
Back
Top Bottom