Search results

  1. N

    Using 'After Update' on Combo Box

    I have a form with a combo box and several text boxes on it. What I would like to happen is that when I update the combo box with a new record, the corresponding text boxes update to show the new record. I am doing that right now on another form in the same datebase. Unfortunately when I try to...
  2. N

    Data Entry with texboxes

    I have a form which contains a subform and several textboxes. The textboxes control source is the columns in the subform. The subform's record source is TableA. The main form's record source is TableB. When you change the focus in the subform from one row to another by clicking the right side of...
  3. N

    Saving data to a table with an Autonumber P. Key.

    I have I form that I am using for data entery. In the table that the form is saving to The primary key is an auto number. when I try to save the entered data I get an error message saying I can not leave the primary key empty. How does one deal with primary keys when performing data entry. I'm...
  4. N

    Trying to input data with a form.

    I have a form which desplays general information. This general information form is querying information from a table called EquipmentInfo. On that form is a button to open a work order(another form). When the work order form opens some of the text boxes in it are filled in from the values in the...
  5. N

    Showing an Autonumber in a Text Box

    I am trying to create a form that will be used to create work orders. There is a Work Order number that is assigned to each work order. Once filled out I will have a Save button. How can I include a text box on this form that will show the next available auto number from the work order number...
Back
Top Bottom