Search results

  1. K

    CopyDatabaseFile

    Trying to use the CopyDatabaseFile method to make an archive of my database but keep getting Run-time error '2046': The command or action 'CopyDaatabaseFile' is not available now. I have the ArchiveDatabase function stored in a module and am calling it from a for button. Any ideas please...
  2. K

    Notes ListBox

    Hi all, I am having a problem getting the notes on a student to display. At the moment I have to input the student ID into an input box before the students for displays or I don't get any notes displayed. This is what I have in the SQL statement for my ListBox. SELECT tblNotes.NoteID...
  3. K

    Filter Problem

    I've got a list box containing all notes entered for a customer. The user needs to be able to double click the relevant entry and be take to the corresponding entry in another form. This is the filter I've got at the moment (below). As far as I can see it should work, but it doesn't. :confused...
  4. K

    Field Lengths

    Is there any way of extending the limit of a notes field past 255 chrs??
Back
Top Bottom