Search results

  1. R

    How to pu the result of a SELECT MAX(value) FROM table_name into a TextBox

    Hello, I have two comboboxes. After the selection is made in each combobox, I input an ordering number in a textbox. The number must start with 1 for each new value of the pair combobox1.value+combobox2.value. When the user want to add a new record, I want to put in a textbox the last number...
  2. R

    I need to save in a table an information that is not bounded on a field in the table

    Hello, I have a form where, when I select an item from the combobox, a textbox is filled with [comboboxname].[column](3). I set up the control source of the textbox with [comboboxname].[column](3) Because this information can change during the time, I need to save it in a table as it is at the...
  3. R

    problems with combobox Requery

    Hello, I have a form with 4 comboboxes, each of them based on a query from a table, so, queries from 4 tables. If the user does not find the information on the combobox, he push a button and the corresponding form opens. He enter the data, close the form and returns to the form where is the...
  4. R

    fill a value in a textbox when an item from a combobox is selected - Access 2007

    Hello, I have a problem and I don't know how to solve it. I have a table, Table1, with three fileds: Table1FieldId, Table1FieldName, Table1FieldNumber. I have another table, Table2 with: Table2FieldId, Table1FieldId, Table1FieldNumber On the form attached to Table2 the Table1FieldId is...
Back
Top Bottom