Search results

  1. M

    Checkboxes, subforms, & sum

    I don't know what a DAO query is, can you explain more? Thanks.
  2. 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...
  3. M

    launcing/restoring an application from a form

    Thank you! I have been looking for a way to open explorer with a folder location specified by the user, and your way was the easiest thing I have ever done in Access. I spent hours upon hours looking througb several differnt websites, including this one over and over again, and could not find...
  4. M

    Changing textbox based on other data

    Thank you After reading all of your replies, and staying up way too late last night, I was able to acomplish what I wanted. Thank you for all your help. miscnine@hotmail.com
  5. M

    Changing textbox based on other data

    Thank you for your reply, but I don't follow. What I have is a table called "Customer" that has the following data: Customer name, Company name, Date Created & Image Location. I have another table called "Projects" that has the project name and information. I have a form where users can add...
  6. 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...
  7. M

    Update Images With Command Button

    Correction leave text1 enabled, otherwise it will not update. I forgot that I had to change this. You can lock the textbox still. miscnine@hotmail.com
  8. M

    Update Images With Command Button

    Found My Answer After doing several more searches, and trying out some code, I came across my answer. It may be more than what is needed, but it gets the job done. I went to Microsoft's Knowledge base and followed the directions for Q303066 (this gives you a command button that opens the...
  9. 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