I have been brought into as the Dir. of IT and to manage a high-profile software project. I have a desktop support tech and a contract who does some of their network support. However, prior to both of these individuals, someone had tried to setup Group Policy.
I would like to remove all group...
A partner and I are creating some free videos aimed at the non-technical user. These are short micro-training, free videos, for a blog aimed at small or mid-sized businesses and their employees.
Most will be between 30 seconds to 5 minutes in length.
My question to you:
What are the top 5...
I have a report I am designing. It is basically a payroll/commission report. Here is the challenge...
For a given item (large ticket) sold, there are multiple types of commissions paid out. I have all the data, percentages, etc. working perfectly. The challenge is that on any given report...
I need to be able to call various web services from within Microsoft Access, Excel, and Word. The office 2003 soap toolkit has been deprecated.
I have Visual Studio 2005 Professional and want to create a web services proxy to be used in my office applications but cannot find a clear, concise...
I have a list that includes an image I click to reveal an iframe with some additional information and editing information. The list requires - at times - scrolling down the screen.
I return the event.y position and use that to position my iframe "style.top"
The problem is when I've scrolled...
Prior life – with ADO and ASP
Assumption:
Function in an include file called DBConn creates a database connection
Set cnn = DBConn()
strSQL = “select * from table1”
strSQL2 = “Select * from table2 where id = 0” ‘ will be blank
Set rs1 = cnn.execute(strSQL)
Set rs2 =...
I have a simple (what I believe is a simple) page that has the following on page load..
Sub Page_Load(Sender as Object, e as EventArgs)
Dim MyPath, MyName As String
MyPath = Server.MapPath("Upload")
MyName = Dir(MyPath, vbDirectory)
End Sub
This code used to include...
I need to copy files from another webserver. We can ftp them from a client machine but it requires that we pull the files locally and then republish to another website.
Is there a way to do this on the web server side.
As far as I can tell, the filesystem object can only copy on a local...
I have a need to monitor a particular SQL server user's activity. I want to see every query they run against the databse. Theoretically, this user has no write access/read only, to a limited set of data - however, I want to see both from a load and an activity standpoint.
I would like to see...
I have a system tracking orders and their line items. My question is primarily about a sub-form of the items for an order, we will call it tblOrderItems
Each item has a unique key - identity integer field.
Each item can also be tied to a master item - accessories for a given item that is...
I have a list box set as simple multiselect.
I would like to know, at the time a user clicks on an item, the item in the list that was just selected or deselected.
I don't see anyway to do this from the object's property values.
I would hate to have to iterate through the items each time a...
Hello all,
I am creating a workshop/seminar on Scripting Automation for the non-programmer.
There are a couple markets (needs) that I have identified:
1) IT Departments & IT Professionals (consultants)
- looking to boost value to the organizations they serve
Tools: VBScript, Kixtart, and...
I am not sure whether this should be in the Microsoft Access forum or here but I will try here first.
I want to return a list of views and then when selected, the field names and field data types from the selected views.
How is this best done?
Thanks.
Matthew Moran
Read my career blog at...
I can iterate through nodes using the MS XML DOC, evaluating node by node, however, how can I return a specific nodes value inside of an XML element. For instance,
I receive a document with 1 or more orders
[code]
<ReceivedOrders>
<order>
<customername>Joe Smith</customername>...
I can do it in design view but really need add checkboxes on form view.
Access 2000 and 2003.
Is there any way to do this?
Thanks,
Matt
Matthew Moran
Read my career blog at: http://www.cbtoolkit.com
Career Blog: http://blogs.ittoolbox.com/pm/career/
Todo esta bien.. Todo esta divertido (it's...
Just a brief note. I recently spoke to some CIS/MIS students on careers in IT. Part of what I present are numbers from the BLS.gov website on job/occupation growth and median wage ranking.
http://blogs.ittoolbox.com/pm/career/archives/006319.asp
I try to provide a more interesting...
This is similar to the A record redirection question below but a little more involved. I apologize ahead of time for the length of this post and hope it is somewhat clear.
==============================
I have an web application that provides my client’s marketing partners to build...
This question is for an Access project that is the front-end for a SQL Server Database.
I have an Access form that has a listbox.
The listbox is set to a integer value that is used as the master field on a subform, so that when you select on item in the listbox, the subform populates with the...
I would love to be able to create a view in outlook that lets me see a window with the calendar (daily, weekly, or monthly) in the top pane. In the right pane I would like tasks, and in the lower pane I would like the "unread messages" search folder.
In fact, if desired, I would even like to...
I have a few ATOM feeds I want to pull from blogspot and have them appear on some websites.
I have some code that I found on MSDN but sometimes it pulls my blog correctly and other times, the content comes over with HTML tags showing?
Does anyone have some .net code that I can run on my site...
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.