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

    Thank You. This property is availble only if the datatype is "text". How to handle Number and Date/time data type. Thanks.
  3. A

    Null values while Insert into Table

    Hi, Thanks for your responce. I'm trying to see " Allow Zero Length" property for a text box and failed to find it. Can you advice me is there any other name for this. FYI : I'm seeing only "Auto correct" property. Mean while I set the in the table level " Required" property as "NO". Please...
  4. 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...
  5. A

    How to assign a value to a textbox

    Thank You. Its working.Its really great help.
  6. 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