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...
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""?
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
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.
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...
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 =...