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!

Search results for query: *

  • Users: schakarian
  • Content: Threads
  • Order by date
  1. schakarian

    Autofilter Macro Code with OR Operator

    Hi, In Excel I have a drop down list that has each month as an item to select from. The data looks like the following: Item Jan Feb Mar Apr ... ABC x x DEF x GHI x x x x When a user selects a month from the list, a macro runs to filer the...
  2. schakarian

    FormatCurrency() in Make-Table SQL Code problem

    I am using the FormatCurrency() function in the SELECT section of a SELECT-INTO sql query and it's creating a Text field instead of a Currency field. How can I fix this?
  3. schakarian

    Formatpercent() as text problem

    Hi, I am creating a make-table query in sql and when I place the following line, IIf([Total Payments]<>0,formatpercent([Total Check Payments]/[Total Payments]),0) AS [Check Payment %] the field that's created in the new table, Check Payment %, gets created as text field. I wan't it to display...

Part and Inventory Search

Back
Top