User Profile
Collapse
-
Ok, thanks, i heard about the custom toolbar thing, so i'd try it and see how it works -
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? -
I was able to upload images through my ISP, don't know what caused the problem....Leave a comment:
-
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. -
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...Leave a comment:
-
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... -
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>
...Leave a comment:
-
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... -
-
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! -
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!! -
-
-
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...
No activity results to display
Show More
Leave a comment: