Search results

  1. 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...
  2. 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...
  3. 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
  4. 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...
  5. 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?
  6. 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...
  7. 0

    Form help please

    I have a form that allows a new address to be added to my databses. It consists of 4 text boxes and 5 Combo boxes. I have written "not in list" events to allow new data to be added to each of the combo boxes however if new data is added to one of my Combo boxes (CboPostCode) I need to then add...
  8. 0

    Unbound form powering a query problem

    I have an unbound form with 2 combo boxes (CboBlockName & CboPropertyName) I have also a Query based on TblPropertyInfo that takes the values in either or both of the Combo Boxes as the parameter values to return the appropriate records in TblPropertyInfo. When I enter the Parameter values...
Back
Top Bottom