Search results

  1. A

    Listbox+Textbox combinition

    Hi I would like place control box which can have the options to enter and select both. Meaning this control has to display distinct values from table during the formload to that control. Incase user doesn't see wish value in the list showing he will enter the newvalue (as of now non-existing...
  2. A

    Null values while Insert into Table

    Hi, I'm trying to insert values in a table. While inserting user not providing values for couple of entires.It showing an alert null values violation. example: Sql = "INSERT INTO table1(EXPID....) values ('" & Nz(txtRemarks.Value, "NA") & "' Please help me out how to put some value incase...
  3. A

    How to assign a value to a textbox

    Hi, I would like to assign a value to a textbox(txtExpID). The value is coming from a query qrymaxvalue. I would like to see the max value in that textbox. Could some help me out to fix this. Thanks, Ashok
Back
Top Bottom