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 Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by 80proof

  1. 80proof

    Creating an Average Formula

    Here is the SQL view, sorry I didn't get it up here sooner: SELECT [tblPIPE Deal Database].Date, [tblPIPE Deal Database].Issuer, [tblPIPE Deal Database].Ticker, [tblPIPE Deal Database].[$ Raised], [tblPIPE Deal Database].Structure, [tblPIPE Deal Database].[Shares Outstanding], ([Shares...
  2. 80proof

    Creating an Average Formula

    I am creating this access database because I had an excel spreadsheet with lots of data and want to be able to manipulate it easier and allow others to manipulate it as well, so i have never worked with access before. The "market cap" field in the query comes from the underlying table using...
  3. 80proof

    Creating an Average Formula

    Thanks for your help, sorry i left out some important info regarding what the columns relate to. The field i would like an average of is titled "Market Cap" and contains numbers ranging from $50,000 to $20,000,000,000. The fields I would like to count entries greater than, equal to and less...
  4. 80proof

    Creating an Average Formula

    I have a query and would like to get the average of a few fields in my table. Then I would like to also have this same average minus the best and worst number in the field. Is creating a form the best way to go as far as manipulating data in a query to get certain values? Is it also possible to...
  5. 80proof

    Prompt user for range of data to display in query

    Thank you all for your help, after days of trying to figure this out I found this website and you all were able to help me. Within an hour of posting my question I had enough feedback to fix my problem. The end result which worked for me ended up being: Between Val(LowerLimit) And...
  6. 80proof

    Prompt user for range of data to display in query

    unfortunately adding 'Val' to the code did not help, it still gives me back the same random results. The code: Between [LowerLimit] And [UpperLimit] works fine if i use it in a different column where the underlying info comes directly from the table. I don't know exactly what you mean by...
  7. 80proof

    Prompt user for range of data to display in query

    The number that I am trying to search for values is a currency that stems from an expression consisting of two values from the underlying table: Market Cap: ([Shares Outstanding]*[Closing]) The result is what I am trying to define an UpperLimit and LowerLimit. For the Criteria in my Query I...
  8. 80proof

    Prompt user for range of data to display in query

    I am learning how to use MS Access 2003 and have one column in my data that has standard numbers ranging from 50,000 to 20,000,000,000. When I open the Query I would like a dialog box to open asking for a bottom value and then a second box to open for a top value, i want the result to display...

Part and Inventory Search

Back
Top