Search results

  1. S

    [access 2007] open a hypertext link contained in a record

    thank you, but maybe i haven't explained well the problem; in my db the table is viewed in a datasheet view. In each row there is a product and i'd like to click in a row and so i have to go in a manufacturer internet link to find all products specification. The hyperlink is stored in a field...
  2. S

    [access 2007] open a hypertext link contained in a record

    Hello, I have an hypertext link contained in a record. How could i open it when a textbox is clicked? Thank you
  3. S

    [access 2007] event doesn't happen

    thank you... now it works ....
  4. S

    [access 2007] event doesn't happen

    Where could i set "pop up" to yes? Sorry I haven't an english Access version
  5. S

    [access 2007] event doesn't happen

    in your pc do event procedures occur?
  6. S

    [access 2007] event doesn't happen

    Sorry maybe i haven't understood what you have writtem, but i have just putted the command DoCmd.Maximize on form_open and form_load procedure. I have putted also as click event in a textbox only for testing it. what do you mean with "setting you Pop Up to "yes""?
  7. S

    [access 2007] event doesn't happen

    i have attached the db. I have tried but it doesn't work. I have putted a breakpoint in the event procedure, but the code it is never stopped in it
  8. S

    [access 2007] event doesn't happen

    it doesn't work. Nones event occur in the form. if someone would like want to take a look on my db, i have uploaded here http://www.megaupload.com/?d=HZOXBDAC
  9. S

    [access 2007] event doesn't happen

    i think so, infact it is strange in my opinion the property "has module" is on yes
  10. S

    [access 2007] event doesn't happen

    how can i do that?
  11. S

    [access 2007] event doesn't happen

    i have added the location in trusted area, but events don't occur. I have noticed the events occur only in the subform contained in the main form in subform view.
  12. S

    [access 2007] event doesn't happen

    I have created a small db with a form. I'd like maximize the form when is started. So on the "On Load" form Event property i have putted the command DoCmd.Maximize but when the form is loaded the on load sub procedure isn't called. I have tried to put a breakpoint in the sub. None form event...
  13. S

    formatting datalabel

    thank you for the answer. Yes it is possibile using the propertirs dialogue box but for me i need do it with VBA.
  14. S

    formatting datalabel

    I plot some values in a pivotchart from a table. I want to format the datalabel like short time 24h. In the table the data are defined as short time 24h. I have tried to put this code but it doesn't works right. With ochart.SeriesCollection(i).DataLabelsCollection.Add .NumberFormat =...
  15. S

    [Vba-access 2003]pivotchart datalabel

    I have done a pivotchart with access 2003. How could put like datalabel a string instead the real value?
  16. S

    textbox: event mouseenter and mouseleave

    infact i would close the the form with the event mouseleave. The form displays a record related to the content of the textbox.
  17. S

    textbox: event mouseenter and mouseleave

    Hello to everybody, i'm an italian guy. I'm sorry for my english, i'm a learner. I woul like to do a routine with access 2003 that when the mouse pointer pass over a textbox, a form has opened. Moreover the form must be closed when the mouse pointer leave the textbox. How can i do it in access...
Back
Top Bottom