Search results

  1. 1

    Prior record

    Or how do you refer to a cell one row above another. I can get this weeks average but I want last weeks, which is the prior record and just one cell above the current week in a query table.
  2. 1

    Prior record

    I am trying to write a query with several different fields. Some of the fields are linked to the current date. My problem is that one of the fields is an average of the prior week. I already have a query where the weekly averages are calculated. What I do not know how to do is to link Date() to...
  3. 1

    Multiple records

    Thanks That was pretty simple, must of had a brain fart
  4. 1

    Multiple records

    Is it possible to show multiple records in a form. My table consits of many vendors. A specific vendor may be listed many times (in some cases more than twenty). Is there a way to find a vendor and then have all of his transactions shown in one form.
  5. 1

    Button problems

    I am just using macros to perform the button functions. It is the same thing with the space bar. I have tried the accelerater also but it does not work the way I would like. What I have noticed is that the focus does not stay on the form. I don't know if it is because of the subform or what...
  6. 1

    Button problems

    I have my tab order set the way I want to but the problem is I would like to enter on the command buttons but it won't let me. The first button is "Lastest Entry" the next button is "New Entry". When I open my form it starts on "Latest" but will not do anything on enter, I have to click it with...
  7. 1

    Can i get a website to show in my form

    Thanks very much for the example it was very helpful.
  8. 1

    Can i get a website to show in my form

    What i want is when i open up a form i want an existing internet site to show up on my form. Is this possible. If so how do i do it.
  9. 1

    Difference between records

    I have 8 fields and i would like to make 8 more fields each one being the change in a field. I would like my table to look like this Date..........Field1..........Change..........Field2..........Change 1-1..............5..........................................7...
  10. 1

    Calculating average

    I am trying to write an expression that would give me the average of the eight prior weeks. But i only want to have it calculated on fridays. So i have started the expression with this =IIF(6=Weekday([Date]),I WANT THE AVG CALCULATED HERE," ") Thanks for any help
  11. 1

    Whole week

    I don't need to calculate a date. Maybe this will help. Date: 1-6-04 Field 1--------- Field 2 Date----------- Number Served 1-1-04-------- 12 1-2-04-------- 9 1-3-04-------- 13 1-4-04--------...
  12. 1

    Whole week

    xxx xxx I do not know how to go about this, hopefully some one can help. When opening up the form I would like to see the whole weeks worth of data. Sunday's through Saturday. What i would want it to do is when you pick the thursday date there would be seven different records shown. One for...
  13. 1

    tough one

    I have several years of data. I don't want the average of the all the data. On a given day, the average for that day is the average of the prior four weeks.
  14. 1

    tough one

    undefinedundefinedundefined :confused: I have a problem. I want to create a query that has some complicated calculations. One of my fields i want to be an average. This average is a 4 week average based off of the prior 4 weeks. The weeks are just monday through friday. So in a given week the...
Back
Top Bottom