Search results

  1. J

    Question make one row in a combo box to show from an event.

    Hi, I was wondering how can I display a certain index in a combo box to show up after I click a button. For eg: a combo box has values 0) Water 1) Rice 3) Curry and the default value is set to "". So, when I click a button how can I make any one of three show up? Also, where can I find API...
  2. J

    how to update so that foreign matches primary key

    Hi, I've two tables: Dispatch ----------------------------------------------------------------------- DispatchID | CustomerID | DispatchDate | Service | ConsignmentID ----------------------------------------------------------------------- 1 1 2008-07-04 Zippy...
  3. J

    editable datasheet view in subform, how to?

    Hi, I have a subform, It displays three datas, Description, Due and Dispatch. Now what I want to do is, I want the subform to display both "Description" and "Due" and in "Dispatch" I want users to be able to edit so that when a "Save" button is pressed I can update "Dispatch" column of the table...
  4. J

    Use combo box to update sub-form.

    Hi I'm a newbie. Recently I'm trying hard to figure things out in Access. I've made a form named Order and inside it is a sub-from with the name order_details. I have a combobox with all the order numbers displayed. Now, when my form first loads combobox is selected to nil and nothing is...
Back
Top Bottom