Search results

  1. L

    MouseWheel event

    Hi, I want to be able to scroll text in an unbound TextBox using the Scroll Wheel on the mouse. If I create this event-handler the Scroll Wheel will make the courser go down and in this way indirectly scroll the text in the TextBox: Private Sub Form_MouseWheel(ByVal Page As Boolean, ByVal...
  2. L

    Error trying to execute SQL

    Does anybody know why I get an error message on this SQL statement for a RecordSet ? MyRecordSet.Open "[Journalnotat] WHERE (((Stamkort.[cpr-nr]) Like [forms]![Stamkort].[myselector] ORDER BY [Dato] DESC"
  3. L

    Retrieve tabledata for unbound textbox

    Hi gurus! I have a problem which I hope can be solved in this forum: I have a Form (Frm_Patient) based on a table (Tbl_Patient) containing basic data on patients in my clinic (name, address, telephone, patient_ID etc). I also have a table (Tbl_Journal) containing journal data (date...
  4. L

    Combing text and memo

    Hi, I have a database with a table containing basic data for patients (name, adress etc) and a table containing journal text (date, diagnosis, memo for notes). I have made a form/subform where the form contains the basic data for the patient and the subform contains date, diagnosis and memo for...
Back
Top Bottom