Search results

  1. songofsolon

    Bizarre Null error?

    Greetings all, I'll try to make this as simple as possible, but please ask for clarification if I'm unclear: *I have one pass-through query to Informix that pulls all available class schedule information. *I have another local query that uses information in a local table to restrict that query...
  2. songofsolon

    linked table performance issues?

    Greetings all, I have been working over the past year on developing a single-user access app based on data imported three or four times a year from an Informix db. Ideally, this data would be live, and as of this week I finally have the tools at my disposal to make that happen. However, the...
  3. songofsolon

    Sudden 'compile error. in query expression'

    Please forgive me if this has been answered elsewhere, but I can't seem to find the thread that covers it: I have a fairly simple db that has been working perfectly for the last 7-8 months, but now I'm getting variations of the following error messages for all but one of my queries: Compile...
  4. songofsolon

    Function returns missing data

    Greetings, I have lifted VBA code from the following Knowledge Base Article: http://support.microsoft.com/default.aspx?scid=kb;EN-US;322813 to combine child records in a query. For my application, the SQL then looks like this: SELECT [EVL].[ProsID]...
  5. songofsolon

    Sending data from form to table

    Greetings, I am having a difficult time seeing this problem clearly, so I don't know if what I am asking is impossible or very simple, but I would appreciate any tips. I am working on a scheduling form that involves 3 queries/tables: [EVL] queried student information, [Clavov] available...
Top Bottom