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 Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by dharkangel

  1. dharkangel

    display specific sharepoint calendar events in outlook

    Hi, Is it possible to display only certain events from a sharepoint calendar in outlook? If so, can it be done from outlook by 'inviting'? thank you Sal
  2. dharkangel

    capture and pass variables into NewForm.aspx

    HI everyone, Two things I am wondering about. Has anyone successfully passed a variable to the NewForm.aspx page? Has anyone ever been able to take that variable and insert it into a field on NewForm.aspx so that when a users clicks 'save and close', this variable would be entered into the...
  3. dharkangel

    problem with view

    hi everyone, I have a view of an issues list that I set up and it is showing duplicate versions of each issue. So if I look at the issues in a datasheet, I see the Issue ID duplicated for each issue, EXCEPT for the first person listed in my filter. The issues tied to the first person in my...
  4. dharkangel

    Create a PDF from an ACCESS report

    I was trying to do it using VB code. The PDF995 site says to place the code below in an access module. Then refer to the function like this: To create your pdf file, call the function pdfwrite "report name","report filter(may be "")","Path to put the pdf" This is the syntax I used to refer...
  5. dharkangel

    Create a PDF from an ACCESS report

    Hello, I have been reading the many posts on this subject, and have tried a couple with no luck. I have tried pdf995, it does not output a PDF file when I run the code. I downloaded A2000ReportToPDF but it has no instructions on how to use it. All I need to do is create a pdf from a report and...
  6. dharkangel

    Two queries, unique data dilemma,

    thanks, sorry wrong forum.
  7. dharkangel

    querying specific rows in UNION query

    No there is no row number field because it is a UNION query that was pulling from external data that also does not have any kind of ID field. What are temp tables? Or could I add rownumbers to a UNION query? Then I could treat the UNION query as if it were a true table.
  8. dharkangel

    Two queries, unique data dilemma,

    Hello again, I have two queries that pull from the same pool of data. the main source of data is a UNION query that I have created which pulls from various Excel files. I need to send data, in the form of an access report to multiple people, but the data pulled from the UNION query CANNOT be...
  9. dharkangel

    querying specific rows in UNION query

    Thank you for replying. I tried the following query but it did not work. When I ran it, the 'Enter Parameter Value' for 'rownumber' pops up. I must not be using the correct syntax: SELECT * FROM getAllRecords WHERE SiteCityState="CORONA CA" AND rownumber between 5 AND 10 ORDER BY SiteAddress;
  10. dharkangel

    querying specific rows in UNION query

    Hi everyone, I have a UNION query that I would like to select certain rows based on the rownumber, or ID if it were an actual table. For example, lets say I have 20 records in my UNION query and I write another query that only selects records 5-10. How would i do that? I already know how to use...
  11. dharkangel

    problem while updating tables

    Hi everyone, I have an asp application that displays a graph based on data from an Access database. The problem I noticed today is that when users try to view the graph while my macro is runnning, they receive a 'Page cannot be displayed error' (http 500 internal server error). I can view the...
  12. dharkangel

    problem with virtual directory

    Hi, Here are all the different reference syntax I have tried to use: <!-- #include file="\myFiles\SimpleChart2_1_VB.inc" --> <!-- #include virtual="\myFiles\SimpleChart2_1_VB.inc" --> <!-- #include virtual="/myFiles/SimpleChart2_1_VB.inc" --> I cannot access the page via URL if I use the...
  13. dharkangel

    problem with virtual directory

    Hello, I recently created a virtual directory underneath a virtual server on a Windows 2003 server. Whenever I try to access files within the virtual directory via ASP code, I get an 'include file not found' error. I posted my question in the asp forum to verify my syntax, it looks ok. I'm...
  14. dharkangel

    problem with virtual directory

    This is the exact page I read in order to get the syntax down correctly. Maybe I did something wrong with setting up the virtual directory. I'll post my question in the IIS forum. Thanks.

Part and Inventory Search

Back
Top