Search results

  1. J

    Sending email!

    Hi! I got a question about emailing.... I don't think this is possible but I thought why not ask.... Is it possible to have a button on a form, that when it's pushed, it sends an email with a report included to a certain email adress? thanks! -jake
  2. J

    Visibility depending on query

    Hi! I'm have a query with some fields but only one record. The values in the record depends on comboboxes in a form. What the query is doing, is that is calculating percentage. So the problem is if you go from zero to something bigger than zero, then this this gives you an infinite value of...
  3. J

    Form/Subform

    Is it possible to in a form have some buttons and depending on which button you push a different subform will be displayed? For the moment I have buttons that opens entire forms that are almost the same but with different subforms. But it feels wrong to do it this way? -jake
  4. J

    Zero --> Null

    Zero --> Null OR "#Error" to Zero! Is there somekind of reverse Nz() function? I want Zeros to become null in my query! ..or I almost rather change "#Error" to 0(Zero) if that is possible? Thanks -jake
  5. J

    Chart(series name) depending on combobox?

    Is it possible to have the series names on a chart depending on the value in a combobox?? Thanks -Jake
  6. J

    Basic chart?

    Hi everyone! This must be a basic thing to know, must be something wrong with me... I have a table with eight fields. I want to do a chart where I the piles are "tighten" togther two and two. I would like the chart to look something like this (Example): |_______________________________ |___ _...
  7. J

    Need diference even when value is null

    Hi! I'm having som problems with getting the difference. It's a little bit hard to explain so I've done a picture to ilustrate it better. More or less the problem is that when I take a value minus null...the result is null...? Please take a look at the picture. Any help would be apriciated...
  8. J

    Queries based on same table

    Hi everyone! I've got a table that I, with help of a query and many criterias on different fields, can filter so that I get the records I desire to have. I then done a chart out of these records. So far everything works.. but now to the problem... The table is among other things based on...
Back
Top Bottom