Search results

  1. Bud

    Export: DoCmd.TransferText

    Hi all, I'm using a the following function to export data from a query: DoCmd.TransferText acExportDelim, "ExportSpec", strQryExport, FileName The query builds an output string into a resultfield, but it only outputs about 266 characters on a single line in the resulting textfile "FileName"...
  2. Bud

    Counting records in query

    Hi All, Sorry for being an amateur here, but I really hope you can point me to the right direction. What I need to do is to is to reference a global variable in a separate module to the total (count) of all the records in a select query. I've read a lot of threads about counting records but I...
  3. Bud

    Remote link to internet server?

    Hi all, Is it possible to make a backend/frontend access system and putting the backend on a remote internet server. E.g. http://www.mysite.com/database/backend.mdb Because when I try this I keep on getting a message "Not a valid file name." Any suggestions apart from RTFM? Thanks, Bud.
  4. Bud

    Save Current Control State

    Hi all, Maybe I'm being too bold here on my first mission :) but can anyone explain to me "how to save the current control state"? I'm updating my form (displaying the number of words in a memo field) on the On_Current() event. But because I shift the focus to this field I keep on ending up...
Back
Top Bottom