Search results

  1. P

    how can i tab off to another textbox?

    Suppose i have one form in which i have one more form pasted. when i tab off the textboxes of first form, i want the tab to go to the textboxes of another form. At present, it goes back to the first textbox in a form instead of going to the first textbox in subform. How can i do this ? help urgent
  2. P

    combobox in continuous forms

    I created one form with property Default View=COntinuous forms There is one combobox in this form which takes values from one table. Whenever i select the value in this combobox,it goes into another table with 3 fields:playerid,casinoid,playernumber (playerid and casinoid are composite primary...
  3. P

    duplicate values in dropdown:MOST URGENT

    combobox in grid This combobox is in grid. when i select some value suppose 'A' from combo,new combobox is displayed below to select another value. if i select the same value in this combo also e.g. 'A' it showed that error. rowsource property has this value for this combobox 'SELECT...
  4. P

    duplicate values in dropdown:MOST URGENT

    I am getting the error in a grid which has combobox. This combobox allows only to select unique values from the list. Whenever i selects the same value in another combo which is already selected in the grid, its shows the popup with the below message and makes us not to click anywhere else in...
  5. P

    error while selecting duplicate value from combo

    I am getting the error in a grid which has combobox. This combobox allows only to select unique values from the list. Whenever i selects the same value in another combo which is already selected in the grid, its shows the popup with the below message and makes us not to click anywhere else in...
  6. P

    how to clear values in dropdownbox

    didnt get any help i didnt get any help in ms access to clear combobox. please help
  7. P

    how to clear values in dropdownbox

    showing compile error Its showing compile error: data or member not found. I am using MS Access 2002.combobox does not support this property. Please suggest
  8. P

    how to clear values in dropdownbox

    How can i clear the values in the combobox when some event occurs ? i searched this everywhere but no solution found.
  9. P

    not-editable combo

    Thanks Thanks. Its working now
  10. P

    not-editable combo

    No its not workig i did the way you told. the text is uneditable but i am unable to select the value from the dropdown. i mean when i select the value from dropdown,its not displaying in the box thenafter.
  11. P

    not-editable combo

    how can i make the combo like the user cannot enter the vales into that? i want the user to only select the values from combo.He should not be able to enter values into it.
  12. P

    how to get values in combobox after selection

    I have 2 comboboxes. i select the value from one combobox. i want the second combobox to be filled with the values corresponding to the selected value in first combo. first combo is bound with some other table and second combo takes vales from some other table. How can i do this?
  13. P

    display text on report from form

    Thanks its working now Its working
  14. P

    how can i limit text in textbox?

    How can i limit the user to enter the text in a textbox on a form? suppose i want the user to enter only upto 20 chars in a textfield.
  15. P

    display text on report from form

    Textbox showing error Actually i m creating one textbox on a form.User enters some text into this textbox and clicks the button to open the report. When the report is opened, there is a textbox which is showing this error: #Name?. I set the textbox properties on report like this ...
  16. P

    display text on report from form

    Can anybody tell me this: i want one textbox on form to be entered by user.When this form is submitted, enteredf text on form must be displayed in report. How can i do this ?
Back
Top Bottom