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 Chris 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: dhshaikh
  • Order by date
  1. dhshaikh

    Simply calling a Stored Procedure!

    Ok, my head is spinning! My stored procedure is very simple... no parameters or anything! I have used the code as specified in the kb article provided by Genimuse (thank you). Problem is, it doesn't work. Heres the script: <html> <body> <% set conn = Server.CreateObject("ADODB.Connection")...
  2. dhshaikh

    Simply calling a Stored Procedure!

    Hi, I'm completely new to ASP. I am connecting to a SQL database where I have my stored procedure "Count_Items". How do I run the Stored procedure and display the result on my ASP page? My help files aren't properly installed and there is nothing that simple that i can find on the web. Any...
  3. dhshaikh

    Variables in DLookup Not Working!!!!!!

    WOW! You've done it in one line of code... I'm very grateful! I couldn't get this working for so long and it was very difficult to get help on this... thanks PJ. Definetly deserves more then the one star I'm giving it! Dhshaikh
  4. dhshaikh

    Variables in DLookup Not Working!!!!!!

    Using the code you provided for DSum is giving me 14. Its seems to be amove in the right direction! could me totalling be wrong!? Thanks for the help PJStephenson! danial
  5. dhshaikh

    Variables in DLookup Not Working!!!!!!

    PHV, thanks for the Nz statement... My result, however, is still coming as 9!!! I think there is a problem with my loops or totalling... I just don't know what! Thanks once again. danial
  6. dhshaikh

    Variables in DLookup Not Working!!!!!!

    hi Phil, What do you mean by resetting Alpha? I am incrementing it at the end of the loop so shouldn't it take the next value of Alpha as the value? Could it be a problem with the way the loop is nested? thanks for the reply! regards, danial
  7. dhshaikh

    Variables in DLookup Not Working!!!!!!

    Hello, I'm pulling all my hair out on this one... and help will be greatly appreciated! I have an access 97 database and i want to look through a table of values and sum up those values that meet my criteria. the table, NTable2, has the following values: Nnumb NVal Incrementor 13...
  8. dhshaikh

    Copying record data to another record!

    Hi, I have a database (Access 97) which has a form that displays a number of records using text boxes, subforms and tabsheets. I was wondering if it was possible to make it so that if a user needs to duplicate all the info on a certain record onto another one, then they can maybe tick a box...
  9. dhshaikh

    Counting &amp; COmparing records within a date range

    Hi, I have a number of records that are entered on various days. I would like to count the number of records per month and then be able to compare the number of records between two months. I cannot use a crosstab since it is limited in allowing me to compare between two months. I feel I...

Part and Inventory Search

Back
Top