Search results

  1. 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
  2. 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...
  3. 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 =...
  4. 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?
  5. 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