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

    access and VB 2005

    i have been programming with VB6 for a while, now i have just started programming with VB 2005 Express. for the program i'm making, i have to use a access database however, i can't find how to add new records in the database or how to update one. i have linked the program with the database and i...
  2. whistler1

    left, right and mid function

    could somone help me to find the problem everytime I use the left, right or mid function I get an error: 'Can't find project or library' does anyone know what the problem could be? here's the code I use jj = Mid(dat, 7, 4) mm = Mid(dat, 4, 2) dd = Mid(dat, 1, 2) datum2 = dat(jj & mm & dd) it...
  3. whistler1

    Insert help needed

    i looked for a long time but i can't find the problem this is the part of my code where the problems are: sql = "INSERT INTO dagverkoop3 (datum, berekend, bloemen, planten, potterie, btw6, btw21, maatstaf6, maatstaf21 , bloemstukken, droogbloemen, kaartjes, teleflor, terug, leeggoed...

Part and Inventory Search

Back
Top