Search results

  1. E

    Data Access Pages

    If I build an access database that uses data access pages, are all users required to have a copy of the MS Access software, or does the database run strictly off of the browser?
  2. E

    RecordSet Object Returns Value

    Thanks! The second option works great! I guess simply is always better.
  3. E

    RecordSet Object Returns Value

    I am having some trouble with the code below: Const strSQLWhere As String = "SELECT [LIV_HR_AppraisalLeadershipDetail].[idRating] " & _ "FROM [LIV_HR_AppraisalLeadershipDetail] " & _ "WHERE...
  4. E

    Query difference in Time from Multiple Records

    :) Wheres the link?
  5. E

    Query difference in Time from Multiple Records

    Now that you've convinced me that an autonumber is required, I've added it to my table as the primary key. Now what do I do?
  6. E

    Query difference in Time from Multiple Records

    I understand what you are saying, but I am not sure how I might be able to accomplish what you are suggesting. The way it is currently set up, I really just need to know the difference between end times and start times on records pertaining to the same date and press #. Is it possible?
  7. E

    Connection Strings (ODBC)

    Thanks for getting back to me! Is there a place online for me to check out some sample code? I would like to hard code it into the db so that my users are all able to use it. Thanks!
  8. E

    Query difference in Time from Multiple Records

    I currently have a table with the following fields: dtmDate intPress intCycle intProgram intLot ysnAxial dtmFStart dtmFFinish dtmPStart dtmPFinish dtmDStart dtmDFinish How might I go about querying the difference between dtmDFinish and dtmFStart for multiple records? EX...
  9. E

    Connection Strings (ODBC)

    I currently have my database set up with links to an ODBC Data Source. Is it possible to write a connection string to link the table without requiring that the user have an odbc data source set up? Thanks for your input!
  10. E

    Complex Queries (Append/Update/Delete?)

    I am accessing an oracle database that has several thousand records in it. I am quering for specific requirements, but would like to save my query results in a local access database for faster searching capabilities. Is there a way for me to set up a query that will go out to my oracle table...
  11. E

    Query Weeks Over Multiple Years

    I have a database that I am using to report metrics based on seasonally available data. What I am running into is the problem that the seasonally entered data doesn't start on the same date every year. An example: I have data that was entered into my database last year starting July 26...
  12. E

    Access 97 Chart Export to Powerpoint

    When I get the error, the debugger does not specify a line of code that is related to the error. What I am running into is this: Access exports the data into power point and then gives me the error message. I am able to click ok to eliminate the error message and open the power point file to...
  13. E

    Access 97 Chart Export to Powerpoint

    One thing that I am also running into when I export the data to a power point presentation is that I am getting the error message "Object doesn't support this property or method." Any ideas on what may be causing this? I used the code generated from the link associated with Microsoft on this...
  14. E

    Crosstab with Null Values

    duh! don't know why i didn't think of that.. thanks!
  15. E

    Access 97 Chart Export to Powerpoint

    horizontal goal line
  16. E

    Crosstab with Null Values

    I currently have a crosstab query that compares data for two years. The results look like this. month 2004 2005 January 98% 95% ..... Decemeber 98 What I am getting at is that the query returns null values for the fields that do not have data recorded for the...
  17. E

    Access 97 Chart Export to Powerpoint

    You are awesome! That helps so much! I just have one more question. Is there any way for the graph to include a "goal" line? Currently with the vb that you showed me, I am only able to set up a set of bar graphs. Any ideas would be greatly appreciated. Thanks for your help!
  18. E

    Access 97 Chart Export to Powerpoint

    Is there a way for me to export my report/Chart to a powerpoint document? I have seen other articles on the forum but they only refer to later version of access. I am running access 97.
  19. E

    Week Ending

    I guess the data that i provided was not representative of what I am attempting to accomplish. The grouping is actually supposed to read Saturday August 5, 2000, Saturday August 12, 2000, ...
  20. E

    Week Ending

    I've done a search on week ending in the reports forum and am having some trouble finding a solution to my problem. I have a report set up that groups by week, and it pulls the first date in the week grouping as the header for that week. What I am having trouble figuring out is how to make it...
Back
Top Bottom