Search results

  1. D

    opening mail merge doc from button

    how do you open a mail merged docuemnt from a button on a form
  2. D

    Update query depending on parameter

    is it posible to use the input from the user from a parmeter as the 'update to' field in the query design. e.g. I have a table containing prices for computer parts. I want to be able to use a query to increase the prices by a value input by the user. Any suggestions?
  3. D

    Saving value from an unbound textbox

    I have a form which has an unbound text box on it. The unbound textbox calculates a total from two others fields on the same form. I need to know how to save the value calculated by the unbound textbox into a field of the source table of the form.
  4. D

    running query from listbox selection

    thats great! cheers
  5. D

    running query from listbox selection

    can it be set so that a certain selection from the listbox opens a certain query.
  6. D

    running query from listbox selection

    if a listbox is created on a form, is it possible that when the user select an item from the listbox, a query is run.
  7. D

    Subform calculation problem

    I have a form with a subform on it. I want the total of the parts used to be calculated from the subform and then displayed on the main form. The database is attached.
  8. D

    taking sum from subform and using it in a calculation

    I have a form with a subform. First I need to know how to calculate a total from the sub form and second then how to display it on the actual form so that it can be used in a calculation.
  9. D

    Parameter Query Using Combo Box

    how do i do that
  10. D

    Parameter Query Using Combo Box

    is it possible to create a query using a paramter, but instead of the user typing the data into a text field, have a combo box to select from
  11. D

    muliselect listbox

    how do you get several values from a multislect listbox t appear in a field on the same form (maybe sepeerated by commas)
  12. D

    mulitple fields form one source

    can anyone tell me if it is possible to create many fields on a form which have a control source from the same field in a table, but can display different values on the form. or if there is another way of doing this without crreating multiple fields in the table
Back
Top Bottom