Hi Zelandakh,
Thanks for the reply!
Unfortunately because I'm connecting to an exchange server (using the corporate setup), I don't have Accounts in my tools menu.
I wouldn't want to start editing the database! You're just looking for trouble there.
I've had this same problem before. Sometimes you can delete it if you just use the shift+delete option (to permanently delete it). Other times, this doesn't work, possibly because of corruption in the edb...
Hi,
I have Outlook 2000 installed on an XP sp2 laptop. I recently changed the user's password and ever since, he's always prompted for his new password whenever he starts outlook. He's connecting to Exchange 2000.
The other thing I've noticed is that he's also having intermittent problems...
I finally got it solved. It was the everyone group and the domain users group that had unrestricted access. I removed both of those groups and added a new group that I created of only users that I wanted to have access to the site and it worked. (just in case anyone comes across this post in...
I'm not sure if you can customize down to the file what's being backed up using the NT backup program. However I haven't really used that particular software very much so I can't say for sure....
Sorry I couldn't be of more help :(
neither. I'm just not being prompted with a login, which is making it an anonymous site. I want an intranet site that prompts the user for a username and password.
What I do is share the files with myself over the network. It means that I had to go to each computer once to set up the sharing but after that I didn't have to touch them again. I'd just open the file from my computer.
Hope that helps
Thanks for the response :)
Actually the everyone group was not set up at all on the folder. The only groups with access to the folder were the administrators group, the system group and the domain users group. I added the everyone group with the following permissions:
traverse folder/execute...
If by that you mean, have I closed the website window down and reopened it, then yes.
What's strange is that it was working properly before I set the permissions on the folder. The only problem at that point was that only the people in the administrators group could access it. Other...
Check if the file exists:
If Dir$("C:\My Folder\My File.xls") <> "" Then
msgbox "It exists."
End If
Delete files with:
If Dir$("C:\My Folder\My File.xls") <> "" Then
Kill ("C:\My Folder\My File.xls") ' Deletes...
Thanks for the response. The tutorial worked great. However....
For some reason the site is accessible to anyone without the use of a password, i.e. anonymous access. I tried it from my home computer and I was able to access the site without having to enter my domain account info. I made...
Hi all,
I'm trying to set up our corporate intranet but I've run into a bit of a problem. For some reason only users with administrative rights can access the site over the web. If I try to log in with a non-administrative username and PW, I get an error saying the page cannot be displayed...
Hi there,
I have a french date in the format of "dd mmmm yyyy" or "09 mai 2002" and I need to turn it into the format "yymmdd" or "020509" Is there a way I can do this using my English version of Visual Basic? I tried using the format function but since...
I'd been racking my brain for a while trying to remember how to do this. I knew i had done it in the past but for the life of me, i couldn't remember. Much thanks.
I need to bind the controls of my form to a table I have created. The field list button is greyed out because, when I created the form, I didn't base it on the table. Is it possible to do this now? Any other way of getting around this?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.