Search results

  1. V

    Date()

    Hi The Date() function is not functioning in my Access 2000. What could be the problem? Should I install any components from office CD? thanx in advance vish
  2. V

    problem with RecordCount property

    the rs1.RecordCount in the following code is giving 279 when there are 290 records present in the table [ReservationbyContact] can anyone tell whats could be wrong in this code. any hint would be appreciated. visu 'Create the connection to database. cnn1.Open...
  3. V

    event handler

    I have created an event handler for a command button. but when i press the button I get an error "The expression On Click you entered as the event property setting produced the following error:A problem occurred while Microsoft Access was communicating with the OLE server or ActiveX Control."...
  4. V

    inserting active X on a form

    when i try to insert microsoft common dialog control, version 6.0, i am getting an error "MS OLE Server isn't registered" to register it reinstall it. what should i do?
  5. V

    export table to xl file

    I posted this on modules & VBA but got no replies. I can export tables to xl using DoCmd.TransferSpread function but I wanted to implement this as... when user pressess the command button on a form, ExportFileDialogBox has to be brought up so that user can choose the xl file name and location of...
  6. V

    export table to xl file

    I can export tables to xl using DoCmd.TransferSpread function but I wanted to implement this as... when user pressess the command button on a form, ExportFileDialogBox has to be brought up so that user can choose the xl file name and location of his choice. How can I implement the...
Back
Top Bottom