I know a little bit about VBScripting, and a good deal about Visual Basic programming. I have been tasked to come up with something using Outlook Forms. We are still using Outlook 2000,...
Thanks sotoasty, I'm sure that will come in handy. However, I really can't use anything where I work now, because the machines are on different networks. That's really all I can say. I do use...
I finally found some time to check it out. A few things I noticed... You can right click anywhere in the the box where the user's are, but if no one has...
I am pulling my info. from a database. The info is comparing software. There are two sessions, one for software in general and one for people that use it everyday. Let's say that 100 people use...
Actually I don't think the "net send" type would have been good for you in your situation. Net send is kind of self reliant... a "Window's" based messenger service.
The application that I wrote was kind of an update for one that we had previously. The guy who did the previous one is as close to a genious as I think I have ever been :)
I'm not sure if this will help you at all, but a while ago I had to write an application that had the ability to use Windows Messenger to send a broadcast message to users on our...
Yes, I realized that. My fix was ... I created a Datagrid, and bound it to the new RecordSet. When I ran my application, I saw the one column with the actual data in my table, and a second column...
Yes and thank you. Access is pretty much a standard on all of our workstations. And we also need to keep everything on our network at the same version, so this won't be an issue for me at all.
...
I actually got everything to work how I wanted for the most part. I had to manually resize my Access window, but now everytime the report opens the window stays the same size. I'm satisfied with...
I tried testing out the SQL statement in access, but it had to go from
Select [Level, count(*) from Survey Group By [Level]
to
Select [Level] FROM Survey...