Search results

  1. S

    row total

    Hi, How do I calculate the sum of certain fields in a row on the form Sudha
  2. S

    total of two subforms

    Thank you it worked! Sudha
  3. S

    total of two subforms

    I have two subforms(not nested) on a main form. Both the subforms have a total field(=sum[(fieldname)]). Now I want the sum of these two totals on my main form. Please help. Sudha
  4. S

    Heading

    Hi, I have a table with details of week no and the hours worked during that week. On a form I have two combo Boxes that are used to select the "Start Week" and "End Week".Suppose the user selects 46 and 52 then I want the all the weeks from 46 to 52 to be displayed as headings, and the hours...
  5. S

    heading

    Hi, I have a table with details of week no and the hours worked during that week. On a form I have two combo Boxes that are used to select the "Start Week" and "End Week".Suppose the user selects 46 and 52 then I want the all the weeks from 46 to 52 to be displayed as headings, and the hours...
  6. S

    query by forms

    I am sorry, it is not the total column, but the total row(where group by condition is given or press View and select total). My form is not displaying any data as the is no value in the combo box to choose from. If I give any value by typing it,then also no data is displayed.
  7. S

    query by forms

    I think I have put my problem wrongly. let me give you some more details. I have a query based on two tables joined by 'Staff No'. The fileds in my query are 'Discipline', 'Category', 'Week No', Hour',Rate'. I have used the group by option. I have created a form for this query and in the form I...
  8. S

    query by forms

    No, I have a combo box using which I want to select a value and then that value shoud be the criteria(the parameter box option) for the query and then display the result in the same form(as this form is for this query
  9. S

    query by forms

    I have created a form for a query. Now I want the input from the form to be the parameter criteria for the query and then display the result in the same form.
Back
Top Bottom