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: runsh
  • Content: Threads
  • Order by date
  1. runsh

    Not sure how to fix this problem- Id number

    How can I chage the Id#'s lengh. when an item is enter it generates an Item Id such as this one #50034822521100004. Is there any way I can change this long number to 6 or 7 digits. I tried to change Text in database to number field got error. tried to change field to 7 or 10 instead of 50 got...
  2. runsh

    poll script quesiton

    anyone knows how to display poll results in the same page as voting page. this is in Asp runing with access databse. I tried to use included file <!-- #INCLUDE FILE="stats.asp" --> but I get error. any suggestions. thanks
  3. runsh

    Auto deletion of record (expiration date) in access db and ASP

    I am trying to setup following code to delete records from data base after 30 days: DELETE * from table1 WHERE DateDiff("d", table1.Date, Date()) >30; questions: 1. will this code do the job 2. If so where this should be placed. should it be place where record is inserted. please give an...
  4. runsh

    Updating record in access (ASP)

    Does anyone knows how to update specific record from database; for example a user sign in and would be able to update his/her own records only. I use dreamwaver to set up update records but this will pulls all records in the table and user will have access to everyone records in that table to...

Part and Inventory Search

Back
Top