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

    required field in a form

    Hi, I need to make four required fields for a script. But with asp, I don't know how to make it. Someone can help? script of session: Session("Erreur")="" Session("txbNom")=Request.Form("txbNom") Session("txbPrenom")=Request.Form("txbPrenom")...
  2. laonei

    data format in website link

    Hi, I made a link from Access to my website. It works well, only that price is coming out with .00$ I do enter 253$ in database, but in the website it shows 253.00$ How can I get ride of the decimal? I am using ASP and Access. Thanks,
  3. laonei

    "Unable to update a recordset"

    Hi, I am trying to add a new set, but on cliquing 'new', it goes to a record and not blank. Then when I try to modify it, I get an error "impossible to update this recordset". Thanks for your help, Laonei
  4. laonei

    Merging two tables from two differents databases

    I have two different databases, need to take data from A database (tablename: circuit) and put it to B database(tablename: circuit). Problem is that tables have not the same field. I did use the import menu but when I run B database, I got missing value. Saw on the net that I can use inner...

Part and Inventory Search

Back
Top