Search results

  1. Q

    How to Load data from List-box Double Click event.

    Is it possible to load the data in input from by double clicking on data from list box ? I have single form on which both input form and read-only form is present. as i used visible property to display or not accordingly. User enters the data from input form. (It has been done) User go onto...
  2. Q

    Empty Date field is cashing....

    When user enter the data other than date field or when date field remain empty and user press the Add button, it is giving error. (Error 3075) Syntax Error in date in query expression '#'. while same code is working for text field. but it is not working for date field. If (Me.rdate) = ""...
  3. Q

    Question Auto populate a text box based on the selection of a combo box

    I am trying to populate multiple text boxes from combo box using one table. First text box is getting populate on base of combo box value while 2nd text box is not getting populating. I have used the following to populate the text boxes, even row count is correct, But why is not 2nd text box...
Back
Top Bottom