User Profile

Collapse

Profile Sidebar

Collapse
Nerry
Nerry
Last Activity: Aug 2 '07, 07:04 PM
Joined: Sep 29 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Nerry
    replied to Removing Access menubar/toolbars
    Ok, thanks, i heard about the custom toolbar thing, so i'd try it and see how it works
    See more | Go to post

    Leave a comment:


  • Nerry
    started a topic Removing Access menubar/toolbars

    Removing Access menubar/toolbars

    I have a database that, when opened, I would like it to appear with no Access menubar / toolbars, at all. I don't want it to look like Access at all.
    Can I do that? Thanks for the help, anybody?
    See more | Go to post

  • Nerry
    replied to Problem uploading images via FTP
    I was able to upload images through my ISP, don't know what caused the problem....
    See more | Go to post

    Leave a comment:


  • Nerry
    started a topic Problem uploading images via FTP

    Problem uploading images via FTP

    Hello everyone,

    I have ASP webpages, but I have a problem uploading my images via ftp, keep getting an error:

    An error occurred copying a file to the ftp server. Make sure you have permissions to put files on the server.
    Details:
    The operation timed out.

    Anyone ever had that problem? Please help! thanks.
    See more | Go to post

  • Nerry
    replied to Form submit button
    thx but i still had problems with it, so i decided to go with the simple validation you mentioned before:

    function isEmpty(textbox ) {
    if(textbox.valu e == "") {
    return true;
    }
    else {
    return false;
    }
    }

    the code was slightly different:

    function validate_form ( )
    {
    valid = true;
    if...
    See more | Go to post

    Leave a comment:


  • Nerry
    started a topic Viewing ASP page with IE

    Viewing ASP page with IE

    Hello all,
    i'm new with ASP
    i developed webpages in dreamweaver mx and a database in access, linked the them using ASP, javascript through IIS. the link works fine on the pc i created it on, but when i try to copy the folder with the website and database to another pc - the pc has to have dreamweaver installed, IIS, and then the link to the database doesn't work.
    is there some way to view the .asp webpages in IE directly without...
    See more | Go to post

  • Nerry
    replied to Form submit button
    Thx r035198x, but i'm still confused, with the code you gave, here's what i did:

    <script language="JavaS cript" type="text/JavaScript">

    function validateClients (form1) {
    if(isEmpty(form 1.CName)) {
    alert("Enter your company's name");
    form1.CName.foc us();
    return false;
    }
    }
    //-->
    </script>

    ...
    See more | Go to post

    Leave a comment:


  • Nerry
    started a topic Form submit button

    Form submit button

    Hello, i'm new to HTML

    I've created a registration form and have a submit button. i want that if the form is blank and submit is clicked that I could link it to a page saying, "please input information on form" or "don't leave form blank". As it now is, a page comes up saying "page cannot be displayed". this does not explain to the user what they did wrong.

    Once there is information on...
    See more | Go to post

  • Thanks a lot Peb!!
    See more | Go to post

    Leave a comment:


  • Help needed deleting records via form (ms access), Urgently

    Hello,

    I used a form to enter records into a table, i want to be able to find a particular record, then delete it from the table via the form, without any interaction with the table.

    I would like some suggestions as to how i can do this please, anyone?? Thanks!
    See more | Go to post

  • Nerry
    started a topic Setting query criteria between dates

    Setting query criteria between dates

    Hello again,

    I used the criteria, Between [Start Date] and [End Date], to get results for eg. what courses did a lecturer teach for start date 01-09-06 and end date 30-09-06, and it doesn't work, i get a blank result when there is supposed to be data there. i also want to do this yearly too.

    Any suggestions would be greatly appreciated. Thx!!
    See more | Go to post

  • Nerry
    replied to Query help needed, Urgently!
    Ahhh...solves my problem! Thx...
    See more | Go to post

    Leave a comment:


  • Nerry
    replied to Query help needed, Urgently!
    Thanks a lot MalcR, it worked....
    See more | Go to post

    Leave a comment:


  • Nerry
    started a topic Query help needed, Urgently!

    Query help needed, Urgently!

    Hi everyone,

    i'm new to this forum and new to using ms access.

    I have a cleint table in a database, i want to be able to query that table to get details for one particular client.

    I've set the criteria in the query as [Enter Client's Name], so when i click the query button i'm prompted to put in the client's name, then the details for that client appears. that works fine.

    my problem is...
    See more | Go to post
No activity results to display
Show More
Working...