Search results

  1. M

    Checkboxes, subforms, & sum

    I am designing a form for screenprinting, and need some help with a subform problem. On my form (frmorder) I have the subform (sfrmgraphic) with the fields name, style, colors, notes, amount (all text boxes) and film (a checkbox). I have the subform in the Continuous Foms view, so that I can...
  2. M

    Changing textbox based on other data

    I would like to update textboxes in a form based on what is chosen by a combobox. The data all comes from the same query, but I do not know how to set the textbox to update to the data I want. Here is my example: --- I have a query with Customer Name, Company Name, Date Created, & Image...
  3. M

    Update Images With Command Button

    I just need a little help on adding a feature to my forms. I have a text box called "filelocation", and an image that is set to update when "filelocation" is updated. I have that working fine when I just type in the location of the file. I just added a command button to browse files so that the...
Back
Top Bottom