Search results

  1. A

    Populating Combo Box Bases on Previous Combo Box Selection

    Hi ..I would appreciate if come one help me I have Two Combo Boxes "Case Action","Case Action Comment".Therr are four possible Values for "Case Action" Combo i.e "Accepted","Screen-Outs",Rejection","Denial".I want to achive that when Ever user Select "Accepted" in "Case Action" Combo he will be...
  2. A

    Drop Down Box Populated with Query

    Hello Guys..i will be very thankFul if u can help me I Have a Drop Down Box.Which is Populated with a Query.Problem is I acn See the Name in Drop Down but i cant Select any one other the one on Top and secondly when it saves it in Table it saves the Key Value against that Name not the Actula...
  3. A

    Validating a Field

    I have 3 dates Field "M11Qdate","DateSubmitted","DateDue" I want to apply Validation On It 1)Cannot Left "DateSubmitted" Blank (user should not be able to go to next Control until there is a Date in "DateSubmitted" 2)"DateSubmitted" Cannt be less then "M11Qdate" 3)"DateDue" cant be greater then...
  4. A

    Field Validation

    I have 3 dates Field "M11Qdate","DateSubmitted","DateDue" I want to apply Validation On It 1)Cannot Left "DateSubmitted" Blank (user should not be able to go to next Control until there is a Date in "DateSubmitted" 2)"DateSubmitted" Cannt be less then "M11Qdate" 3)"DateDue" cant be greater then...
  5. A

    Restrict date

    Hi ..I have a Date/Timew Field on my Form.How i can Restrict user to enter a Date Before or Equal to Today's date. Thanks
  6. A

    Checking More then One field

    Hi I have a Small Issue.i am taking SSN from a Form,Validating it with the Table and Opening a New Form if the SSN Match using the Code Given Below: Private Sub Mutual_Click() Dim stDocName As String Dim stLinkCriteria As String stDocName = "Mutual" stLinkCriteria = "[Social...
Back
Top Bottom