Search results

  1. Q

    PivotTable not working after a selection in combo list

    Hi everyone, I am creating a form, where I have inserted three pivot charts and a pivot table. The three pivot charts' data is controlled by three combo list. My pivot table has no parent/child link at all, and my form has the record source empty. When I make a selection to the combo list, the...
  2. Q

    Openning a image in the form, and pop up in a window

    Thank you so much
  3. Q

    VBA for OnClick Open the image in a window

    Hi Isskint, Thanks for replying back to me so quickly. I have tried your code and it did not work, and I think that I might have been not explainning very well. My table has the field Materials Mapping, which is a attachment type. In my form, what I did, I dragged the field into it, and then...
  4. Q

    VBA for OnClick Open the image in a window

    Thanks deanvilar, and Isskint, I have trying to do what you guys have mentioned to me. I have created a form with the exact name, and in it I have added the field of the image (the image are in the database as a attachment file. The name of the field is Materials Mapping. But when I insert the...
  5. Q

    Openning a image in the form, and pop up in a window

    Hi CJ, Simon, Thanks both for replying me back for my inquiry. My form have a combobox to select record that you want to look. Roughly there are more than 20 images. They are as the OLE file. I cannot leave in the directory because this database will be used by many users at different...
  6. Q

    Openning a image in the form, and pop up in a window

    Hi Everyone, I am new to VBA for access. I am working on a form as a user interface. I have added an picture to the form and it will change, according to the selection in the combobox. It looks small, and not clear because of the size, and each image has different sizes. I would like to know if...
  7. Q

    VBA for OnClick Open the image in a window

    Hi Everyone, I am new to VBA for access. I am working on a form as a user interface. I have added an picture to the form and it will change, according to the selection in the combobox. It looks small, and not clear because of the size, and each image has different size. I would like to know if...
  8. Q

    Controlling a PivotChart with a Combobox

    Hi Everyone, I am new to Access. I am working on a form, where I have two combo box. The main one, it is the year, and the second one is the PO NUMBER. The year combo box data is coming from a table that I have created only for the years (2012, 2013, etc..), and the PO table is coming from a...
  9. Q

    One combo box, based on another combox and text box uses

    Hi bob, Thank you so much. That source was the clearer example!!! Have a great day!!!
  10. Q

    One combo box, based on another combox and text box uses

    Hi everyone, I am very new beginner for MS Access, I have been creating a form, based on only one table. Here I am displaying data as text boxes and subfrom from the same table. At the beginning, I was interested in controlling the display of the data according to the combo box (in this...
  11. Q

    Conditional Formatting to a text box

    Hi Guys, I am working with a form, where it displays several text boxes that I would like to display certain colors depending on the value. My form is a single form. One name of the text boxes is Text27, and I am using access 2007. I have been searching on the internet, and I have found that...
  12. Q

    Multiple Selection in a Form

    Hi John, Thank you for taking your for helping me. I have checked the link, and it says that it is for report. Would that still work for form? Thanks, Quenica
  13. Q

    Multiple Selection in a Form

    Hi Everyone, I am working on a form (UI). Initially I have used a combo box, where you can pick an option and the rest of the form will display only data related to the option/record. My form contains different subform, and most of them are PivotChart form as subform, and also some table with...
Back
Top Bottom