Search results

  1. M

    Legend of a graph

    hello all, i've been fooling around with graphs and currently have some trouble with the legend of a graph. it displays 3 names of the columns of the underlying query. but i would like for 1 of those fields, to display the value of the field in stead of the name. for example, instead of...
  2. M

    help on pause/sleep/etc.

    Hi, is there a way to tell access to do REALLY nothing, like a sleep command? on a form, I wanted to make a slideshow button which would skip to the next record after some seconds. but in those seconds i need to display 2 graphs and there is the problem i'm facing. using something like a loop...
  3. M

    no current record - close form

    no current record - close form - on_current? Hi, on a form with several subforms i have ran into some trouble. I have the subforms use code to determine if a scrollbar is needed. As a recordselector I use a listbox on the main form. When i close the mainform, it sometimes makes a popup box...
  4. M

    how to get the emailadres of the sender using VBA

    hi there, hopefully you can help me out with this, because i'm quite stuck :( how do you get the (smtp) emailadres of the sender of the first mail item (may also be the second one ;) ) in your ms outlook 2000 inbox instead of the display name/organisation name etc. ??? i've searched in the...
  5. M

    openrecordset troubles

    In Access2000, I have a database which works almost fine. In a form, there is a combobox which determines the result of a query. When I set the combobox value and manually open the query, the correct results are displayed. But ofcourse, manually isn't what I want. There is also a button on...
  6. M

    ascending value in update query

    hi, is it possible to make an update query which sets a long field in a table to a certain base-number+ascendingvalue? the basenumber part I have of the query allready works, but now the ascending part. I was thinking of something like the recordnumber in the recordset to use for this value...
  7. M

    query to variable

    hi, I'm trying to use the outcome of a query in code, so I can use a loop to add the outcome to earlier fields to 1 variable. However, the help of ms-access cannot help me on this one. example: field1 field2 4 test@what.com 4 why@doesntthiswork.duh has to go into 1...
Back
Top Bottom