Search results

  1. C

    option group issue

    I know that there is probably a better way to write this code but this is what I have thus far and it works to a point. I have an option group (optLeave), a combobox (cboDuration) and two text boxes (txtLvStart, txtLvStop) I simply wanted the combobox and text boxes to be visible only if...
  2. C

    Dbl Click event on a list generating error please help

    Morning and thanks for any help in advance. I have a form called frmPMR that has a list box (SearchResults) in it that I am trying to configuare with the dbl click event. I would like the user to be able to dbl click an item in the list and have a smaller form (frmPmrPop) open displaying more...
  3. C

    Cbo Box, Selected, setfocus, then validation, please help

    I hope that someone is able to help me with this bizarre situation. I have a combo box with status codes selectable within. The situation that I have been asked to perform is that when a specific selection is made from the combo box (say TDY) it displays a message (i have this part covered...
  4. C

    Date Diff Question

    Morning all I have a small issue with two dates that I hope you can help with. background: need to have 2 date boxes formulate the following information. start date, end date, sum total number of days between them, display time remaining from current date...not to exceed 365 Status I have...
  5. C

    Please help; combo box selection 2 text fields

    I have attached my working form in the DB please if you can help I would appreciate it. I have a combo box (cboMtoe) pulling from a query (Qry_Mtoe1) that generates a large list of choices. I would like those choices to fill in the appropriate text boxes that I have set up on the form. I...
  6. C

    Still no success with List/Combo box issue

    I have a complicated issue with combo boxes, lists and duplicate values...I have been tasked to come up with a form that will allow the user to use a combo box or a search field to filter a list and then have the user be able to double click/highlight/select (whatever) the item in the list to...
  7. C

    Complicated Combo Box and List Problem

    Hello all, I have a two tables that I am working with, (tblMCP) contains the actual positions in my unit and (tblBasicData) with the soldiers basic info (name, rank etc..) What I would like to do is assign the position from tblMCP to the soldier filling the position in tblBasicData, then have...
Back
Top Bottom