Search results

  1. fuzzygeek

    Crystal Oracle Problem when joining a domain

    We have a problem that we haven't been able to figure out. We have Crystal Reports 8.5, Oracle 9i that was on a local workgroup. As long as it is a local workgroup, connectivity with oracle is fine. If we try to join a domain we get an error with Crystal. Then even if we go off the domain...
  2. fuzzygeek

    Did You Ever...

    I turned in my two week notice this morning. I have no prospects of a job nor have I been looking for one. I'm not quite sure what I will do. There's nothing wrong with the job, except for low pay and high pressure. But the people are nice here. I've been thinking about it for some time. I...
  3. fuzzygeek

    Internet Chatroom Suit

    This is idiotic (IMHO) http://www.courttv.com/news/2006/0112/chatroom_suit_ctv.html
  4. fuzzygeek

    Fires in Oklahoma - Is MrsGorilla OK

    Haven't seen your posts, are you OK?
  5. fuzzygeek

    Expression Precedence

    Someone that I work with teaches ACCESS. She was demonstrating using expressions in a query for her class when one of the students asked why. The field in the table is defined as currency called Wage. The first expression is Wage * 0.10 named Increase. The second expression is Wage +...
  6. fuzzygeek

    Unblocked Expression

    In Access 2003, when a database is opened, the warning "Unsafe Expressions" appears. I am not familiar with this, the knowledge base at MS gets no results, and there is no results on that expression here. Does anyone know what it is, what causes it, and how to avoid it? It is a new macro...
  7. fuzzygeek

    Snapshot

    Use this code as a sort of example Function TestRpts() Dim strRptName As String Dim StrLimitsAre As String Dim rptReport As Report Set rptReport = New NameOfReport strRptName = "NameOfReport" StrLimitsAre = "Dept = " & """MentalWard""" rptReport.Filter = StrLimitsAre rptReport.FilterOn = True...
  8. fuzzygeek

    Windows zoom setting

    Try to zoom to 75% There is a problem with this code. The first time this is run, it runs fine. Unless you close access and reopen it the second time it runs, the zoom property says that it is error 9 - subscript out of range. There must be a reset to the Windows property that I am unaware...
  9. fuzzygeek

    Error 3304 - Invalid Path

    In VBA, when using DoCmd.TransferText, the filename is similar to "C:\My Documents\Your Docs\data box.txt". I received the error 3304, invalid path. Even if I use "C:\'My Documents'\'Your Documents'\'databox.txt'" I get the error. I know it is due to the space, but using underscores is not an...
Back
Top Bottom