Recent content by Wurn

  1. W

    Dreamweaver connecting to MS Access 2003

    Ok i have that problem sorted, but new one now. I am trying to create a search function and i need to go into the Applications-Bindings menu and click on the plus sign to create a DataSet Query as seen in step 3 in below link http://www.pixeldigest.com/aspsearch.html anyone know why it will...
  2. W

    Dreamweaver connecting to MS Access 2003

    Hey guys, i am at wits end here. I am trying to connect to my Access db i created, which sits in my \Inetpub\wwwroot and ive successfully created a IIS and it is working fine. For some reason i cannot connect to my Access db in dreamweaver. I am using this tutuorial...
  3. W

    ASP page stop from crashing

    still no one to respond? a pity really
  4. W

    ASP page stop from crashing

    No one has any ideas?
  5. W

    ASP page stop from crashing

    Hey i hope someone can help me. I have a web input user page that crashes if there are no data filled in, in the input fields. Is there a way of stopping it from crashing or better not doing anything when no info is inserted. or should i write in commands that forces them to enter data?
  6. W

    Question Form anology

    I have MS Access 2003 still and yes no security on the db as far as i can make out. Hey thx for trying to figure this out. Really appreciated here. I am at a loss I will check out hte link you gave and see if anyting there will help me, but i fear something else is holding me back here
  7. W

    Question Form anology

    Thx man, ill really appreaciate any help here. I am totally dumpfounded here at what is causing it.
  8. W

    Question Form anology

    Thx for help, its making sense now, if i am following you correctly here: Dim tblName, tblPosis, tblLineMan, tblDept, tblDateJoined, tblLastWorkDate, data_source, con, sql_insert Function ChkString(string) If string = "" Then string = " " ChkString = Replace(string, "'", "''") End...
  9. W

    Question Form anology

    Hey all noob here, actually noob with coding also. Basically i have my display web page with the questions on that the user must fill in. Then post it to go to another .asp page so that the info can be entered into the Access database. Now on my questions page in my form i have the questions...
Back
Top Bottom