Recent content by Sharda

  1. S

    Create a Help File

    I would like to create a help file and attach it to the help file property in my form. Though I am able to create an RTF file, I can not compile the file. Please tell me on how to compile a help file on windows NT(4.0) The name of the executable file would be really useful. Thanks sharda
  2. S

    Create a Help File

    I would like to create a help file and attach it to the help file property in my form. Though I am able to create an RTF file, I can not compile the file. Please tell me on how to compile a help file on windows NT(4.0) The name of the executable file would be really useful. Thanks sharda
  3. S

    Find the record number

    I agree with the previous reply. However you could use the CurrentRecord. This returns a long integer and can be used as a record number
  4. S

    Extend the Detail Section in a report

    I have a report whose detail section is greater that 22". Current I have the information in 3 different reports each 2 pages long. How Can I extend the detail section such that it can incorporate all the information in one report.
  5. S

    problem linking forms

    I had the same problem some time back. This is how I solved the problem. I wrote a VBA code Open rst as a recordset set rst as recordset set dbs as database dbs = currentdb() rst = dbs.openrecordset("<table name"> With rst .AddNew !patientid = Me.txtpatientid...
Top Bottom