Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: ghloid
  • Content: Threads
  • Order by date
  1. ghloid

    VBScript Call webmethod assist

    I'm pretty new with the webservices/web reference idea, so I'm probably going to explain some of this wrong. Nevertheless...here goes: I would like to create a simple VBScript which will run as a scheduled task on a computer. When the script sees that there is no E drive present, it should...
  2. ghloid

    Does Folder Redirection translate to environ variables?

    I'm trying to figure this one out. I've just started using the group policy tool to redirect the "My Documents" directory for certain users. It works great (like the sync aspect of it too for laptop users). However, I have noticed that if you are logged in as a user who has the "My Docs"...
  3. ghloid

    Access Runtime via USB Memory stick

    Hello all, I've been reading up on developing my Access application via runtime so I can distribute it to users who may not have Access installed on their computer. I realize there are all sorts of neat tricks to getting the application to run in the runtime mode even if the user DOES have...
  4. ghloid

    Code to relink to secure backend database

    Hey all, We have a frontend and backend database scenario here, with both databases having passwords for entry (using the simple Access 2003 database password security from the "tools" menu....no users or groups or anything). I've got the tables linked just fine, but I'm having trouble with...
  5. ghloid

    Install Local Printer on XP Home boxes for all users

    Hey all, I've been searching for an answer on this one, but it appears I can't find anything real specific to LOCAL printers (found some good info on network ones though). I have about 7 machines which run XP Home addition (I know, it's not XP Pro, but it kind of fits the forum). They have...
  6. ghloid

    Domain laptop, connect to Home Network Printer

    Hey all, I was wondering if anyone had heard of any type of sofware, or configuration details which would make it possible to print to a shared printer on a home network from a computer which is on a domain. To be more precise, I have a wireless Dell Latitude D505 laptop, running Win XP Pro...
  7. ghloid

    Hide Word Menu Bar

    I am having trouble figuring out how to hide the Menu Bar in MS Word 2K. I would like to do this so that I can force the users to use my own developed toolbar. I have not yet found a possible solution for this. In searching the site, I found some great posts about hiding the Excel Menu Bar...
  8. ghloid

    Loop through recordset and update

    Hello all, I have the following code which SHOULD create a recordset (mev3 is the data for it) and update a field in the set while it loops through. Apparently, this does not seem to work though. Here is the code: Dim VarField As String Dim x As Integer Dim y As Integer Dim z As Integer Dim...
  9. ghloid

    Create Odd Even Function for field in query

    Uggh, another one of those crazy problems which I think would have a simple answer. I have a query where one column of data (the field is called IssueNo) contains a number. I want to create another field in that query called OddEven which will display some text if the IssueNo number is an...
  10. ghloid

    Import Spreadsheet from web

    Here's a real doozy for ya everyone, I'm trying to import a spreadsheet from a web site using just the minimal amount of code possible (don't want to write a whole big module here or anything--unless I have to of course). I have looked at some other methods of doing this. One method involved...
  11. ghloid

    Count Checkboxes

    Hello all! I have a fairly easy (as always, so I THINK it's easy anyway) question. I have a form with about 20 checkboxes on the form. There is also a text box at the top of the form which is labeled TOTAL. The table that the form is bound to has a column for each check box response (yes/no...
  12. ghloid

    Access/Outlook Mass Emailer Part 2

    Hello all you guru's, I'm hoping someone can help me out with this (possibly Irish1957). I want to create a fairly simple mass email form using Access and Outlook. Right now, I have a table in my Access database called SendEmailTbl. This table has fields with LAST_NAME, FIRST_NAME, EMAIL...
  13. ghloid

    Display Toolbar

    Hello all, I have one of these "I think this should be easy, but I just don't know it" type of questions. I'm looking for a way to display a certain toolbar ("Admit States" is the name of the toolbar) when a user opens a Word Doc (the event should be triggered on the...
  14. ghloid

    Outlook AutoReply Code

    Hello everyone, I'm trying to set up an autoreply script to work with Outlook 2000. I realize that you can use the Rules wizard to set up an autoreply to any incoming emails, but for whatever reason, that feature does not send using the "Reply-to" line. Instead, it sends using the...
  15. ghloid

    ANOTHER Javascript FOR loop iteration

    Hey again everyone, This problem should make you about as crazy as me now. It's pretty complicated (for my algebraic ignorant self that is), so get ready. A few days ago, I posted another topic on a JavaScript FOR loop iteration I was trying to figure out (see thread216-600235). I'm trying...
  16. ghloid

    Javascript Iteration with For loop

    I've got an interesting Javascript problem I've got to figure out here. I'm using Adobe Javascript, but the coding is very similar to pure Javascript. Here's the situation. I have a form with about 170 fields on the form. The fields are small boxes set up in 10 columns and 17 rows. The...
  17. ghloid

    Update Linked Object Prompt

    Hello all, I have a several Word documents that have linked objects in them set to automatically update when the document is opened. On some machines in our office, people are prompted once they open one of these documents if they want to update linked object on the document. Some other...
  18. ghloid

    Cycle through listbox and get values

    Trying to do a loop here to cycle through a list box and get the value at each index in the list. For some reason it's not working though. Here's the code: Private Sub Command9_Click() Dim Test As Integer Dim Choice As String Dim Y As Integer 'get the total number of items in the list box...
  19. ghloid

    Pass through query or Linked Tables

    Hey all, I've been reading up on all the articles dealing with this issue, and most seem to point to Pass through query for a better alternative for a database. Just thought I'd throw in our situation here though and see what some of you may think. We have an SQL Server 2000 based database...
  20. ghloid

    Insert picture on Report based on field name

    Well, I guess that's the best way to explain what I want. I've been searching, and I can't seem to find any other references to this. What I need to do is create a report with some sort of link to a GIF saved on our network. The GIF name will change with every record of the query that the...

Part and Inventory Search

Back
Top