Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Tezdread
  • Order by date
  1. Tezdread

    DateDiff & Averages

    thanks PHV, I'm not sure where to put it but I entered it in the criteria area of the first query but when the results were shown they weren't what I was expecting? I have two queries, the first has this in the first column: DaysBetween: DateDiff("y",[Date In],[Date Resolved]) The second...
  2. Tezdread

    DateDiff & Averages

    Adding on to the Avg query: What would be the best way to find out the average age of open cases, from the current date but only for that month? It's 31st March it will count back 31 instead of 28 if it's the 28th Feb I've seen in another post some way of counting back based on the month but...
  3. Tezdread

    DateDiff & Averages

    oh really...that complicated ;-) Doh...I tried adding a new field to the same query and had this as the Avg as this seemed to be the logical option but didn't think to run another query from this one... thanks guys Tezdread "With every solution comes a new problem"
  4. Tezdread

    DateDiff & Averages

    Lo all, I'm trying to create a query that will give me the 'Average' time it took to close a case based on the dates from [open date] and [closed date] I've got the DateDiff working (guess that's the easy part) but how can I incorporate the Average to get the value required? Hope this isn't...
  5. Tezdread

    IIF([And/Or/Else])

    thanks PHV, it looks like it would work...could you explain what's happening with it? I can see that if table1 = Yes it gets the value "Level" but what does the rest mean? Tezdread "With every solution comes a new problem"
  6. Tezdread

    IIF([And/Or/Else])

    Hi all, I'm having difficulties with a query (suprise suprise) maybe you can offer some help? I need the query to check values in a field and if the value is between 1 and 5 it should give a level1, if it's between 6 and 10 give it a level2, if it's between 11 and 15 give it level3 etc... I'm...
  7. Tezdread

    Excel Formulars - Access Queries

    Thanks Michael, I might have to use the DLookup as I'm stuggling a bit with the query I'm trying to sort... Tezdread "With every solution comes a new problem"
  8. Tezdread

    Output Answer Based on Query

    I've got it working although not sure if it's the best way and I still need to be able to store the "yes" "no" field? This is what I have so far In the query I inserted all the fields that are in the iif statement then created the form based on the query. when I now enter the data into the...
  9. Tezdread

    Output Answer Based on Query

    Hi, I've been helped in getting a query to show yes or now based on the criteria specified in a table and I've now been trying various ways of getting this to automatically work on the form so when I finish entering details into the specific fields a text box will display Yes or No. In it's...
  10. Tezdread

    Calculating Fields - Yes or No Outcome?

    finally got it to work...thanks I think the penny just dropped as well....I was looking for information on the YNFlag thinking that this was a function of some sort but now I see it working it just looks like the name of the field the new Y/N value is stored. Tezdread "With every solution...
  11. Tezdread

    Calculating Fields - Yes or No Outcome?

    finally got it to work...thanks Is there anywhere I can find info on YNFlag? I did a search on google and couldn't fine anything there either? Guess it's not a common function Tezdread "With every solution comes a new problem"
  12. Tezdread

    Calculating Fields - Yes or No Outcome?

    still not getting there....I've done a search in help on YNFlag and it doesn't show anything, I tried putting it in a query, criteria but that didn't work either.... I'm not asking for a step by step guide but I just can't find anything in the help to point me in the right direction? Tezdread...
  13. Tezdread

    Calculating Fields - Yes or No Outcome?

    still not getting there....I've done a search in help on YNFlag and it doesn't show anything, I tried putting it in a query, criteria but that didn't work either.... I'm not asking for a step by step guide but I just can't find anything in the help to point me in the right direction? Tezdread...
  14. Tezdread

    Calculating Fields - Yes or No Outcome?

    ummm.....guess I'm missing some funamental information that I can't find in the help. I see the example and how it works now but where does it go :-) ? I tried it in SQL view but that didn't work and when i try different combinations in design view I can't seem to get it right eihther. I've...
  15. Tezdread

    Calculating Fields - Yes or No Outcome?

    I need to convert a few excel formulas into access queries and was hoping for some advise. :-) one of the simpler ones is like this If all these fields meet the specified criteria the outcome is Yes otherwise No field1 | Field2 | Field3 | Feild4 >= "2" | = "Y" | > "3" | <= "3" When the...
  16. Tezdread

    Excel: Can't understand complex formulas

    Hi, I was asked to create a database and up until we got to the conversion of the excel workbook that they have been using up until now. There are about 10 cells that either have a number or y n I gone though all the other formulas and I should be alright coverting these into queries. I don't...
  17. Tezdread

    Excel Formulars - Access Queries

    Hi, Is there any easy way to convert excel formulars into access queries? Basically there is a spreadsheet that is currently being used, the user enters data into cells 1 - 10 for example then based on these values it will change the value in another table. All sounds straight forward and...
  18. Tezdread

    Database Design Overview

    Thanks millir, will work on getting all this into the plan Tezdread &quot;With every solution comes a new problem&quot;
  19. Tezdread

    Database Design Overview

    thanks willir, all good points. where you say dev & deployment policies, what do you mean? Tezdread &quot;With every solution comes a new problem&quot;
  20. Tezdread

    Database Design Overview

    On the subject of security, would it be better to use the user group access / permissions or to have separate front ends? E.g I split the database into say 3 front ends and one backend, and each of the front end DB's are stored in secure locations (NTFS Permissions) then the front end forms...

Part and Inventory Search

Back
Top