Search results

  1. T

    make a combobox default to first item in list?

    I have a combobox list that runs off a query. The results of the query are constantly changing, but each time the combobox gets requeried, i'd like it to default to the first item in it's list. How do i get it to do that?
  2. T

    1 to many to 1 form problems -- getting desperate

    I have a table "Transactions" that has a 1 to many relationship with "AssetAcquisitions". The table "Assets" also has a 1 to many relationship with "AssetAcquisition". This enables me to purhcase more than one Asset with each transaction, but also allows me to pay for the same Asset in...
  3. T

    help please-- VB, forms, and checking for records existence

    I have an Assets Table and I have a Business Assets Table. They are linked by an Asset ID, and the Business Assets table has a 0,1 to 1 relationship with the Assets table. I have created a form in which a person enters info for the Asset, and then if he decides it's a business asset, he enters...
  4. T

    Complicated Calculated Field in Form is driving me crazy!

    Hello!! I have one main form called Receipts, and I have two subforms called Assets and Expenses. There is a many-to-one relationship for each of the subforms to the main form keyed off the Receipt ID. I want to include a Total field in the main form that totals the current Assets and...
Back
Top Bottom