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 bkrike 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: edwilli
  • Content: Threads
  • Order by date
  1. edwilli

    Print web page and pdf documents that are linked to the page

    I have a request to create a batch print program that will print the contents of a web page as well any PDF documents that are linked to the page. For example a user fills out a contact information web form and uploads a resume to the site. I would like to create a method that will print the...
  2. edwilli

    Problem assigning security group to an Audience Rule.

    I am having trouble applying rules to SharePoint 2007 audiences based on the "member of" option. I want the audience to be a member of a particular security group in my Active Directory. After setting the "member of" option though, SharePoint cannot find any of my security groups. When I...
  3. edwilli

    Change Portal Area URL

    I have a portal area with the URL www.mysite.com/c1/helpdesk. I want to change the URL to www.mysite.com/helpdesk (remove the "c1") Anyone have tips on how to do this? Eric
  4. edwilli

    Delete Single Occurrence of Recurring Calendar Event

    I have an event list (i.e. Calendar) with several recurring events on it. One of these recurring events is a weekly meeting we have every Monday. One of these meetings has been canceled, but I can't find a way to delete this single occurrence without deleting the entire series. Am I missing...
  5. edwilli

    Scheduling a resource using the OWA client.

    We have set up some conference rooms as resources in Exchange. When I use my desktop Outlook to reserve the resource, it books the time on the resource calendar just fine. However, when I try the same thing with the OWA client, the resource receives the request via email, but doesn't...
  6. edwilli

    Inserting data into multiple tables

    I have two tables named "People" and "Email". Because people can have more than one email, I created a one-to-many relationship between these two tables with a PK/FK named PeopleID. Now someone has given me a list of 1000 names and email addresses they want added to the database. The list...
  7. edwilli

    Connecting SQL Server 2000 to Exchange Server 2003

    I am looking for a way to view and edit Exchange Server data through SQL Server 2000. I idea behind this is to have the ability to run queries on the data. Has anyone connected the two servers before?
  8. edwilli

    Automate field update from calculated control.

    I have a work order form with 3 embedded subforms. Each of the subforms contains one or more items with its price, and a total price for all subform items. There is a calculated control on the main form that adds together the price totals from each subform. Users can add, change, or delete the...
  9. edwilli

    runtime error 2501 occurs on one client computer only.

    I have a simple form in an Access Project (2003) where a user selects a value from a dropdown list and clicks "Submit"; which runs VBA code to open a report with the selected value used in the where clause. The form works perfectly on my computer and most client computers. However there is one...
  10. edwilli

    Locked out of all Access.mdb after setting up Security.mdw

    After creating a database, I ran the security wizard in Access. Now not only can I not get into my new database, but I am locked out of all the old ones as well!! What did I do wrong, and how do I fix it?? Eric
  11. edwilli

    Apply VBA code to individual records

    I have a form with multiple records on it. These records fall into two categories: approved, or not approved. Records that are approved I would like to highlight in green. However the following code only looks at the first record and applies the results to ALL the records: Private Sub...
  12. edwilli

    Run CFfunction after clicking "submit" form button

    I would like to run an embedded cold fusion function after the user clicks the "submit" button on a form. I tried listing the function name in the onSubmit attribute of the Input tag, but that merely causes the function to run as the page is loaded. Is there any way to run the...
  13. edwilli

    Table permissions when updating to a view

    I have a form whose record source is a view. As long as the user is only viewing the data, I don't need to assign any permissions to the underlying table. However, if I want to insert or update to the view, the user needs the same permissions on underlying table. Is there a simple way around...
  14. edwilli

    Update SQL Server DB using Excel

    Hello, I am using Excel to display data from a SQL Server view. Does anyone know if it is possible to update the view data using Excel? Thanks in advance for your help. Eric
  15. edwilli

    Deleting inividual files from backup media.

    Is there a way to delete selected files from backup media? From what I've read up to now it seems to be an all or nothing affair.
  16. edwilli

    False Sum when using "Hide Duplicates" field option.

    I have a report that displays revenue for courses we offer, and sums the total. However some of these courses are taught in two locations, which causes them to be displayed twice. This is okay because I want to view both locations on the report. For revenue data I use the "Hide...
  17. edwilli

    Alter ADP Connection String using VBA.

    Hello, I am having a problem with the users of my ADP application saving their UserName and Password in the Connections tab, and then giving the application to unauthorized users. I would like to force users to type in their UserName and Password each time they open the ADP. I have built a...

Part and Inventory Search

Back
Top