Search results

  1. P

    MS-Access application distribution with chart control

    I am developing a MS-Access stand alone application using MS-Access 2003, which requires chart to be displayed. I can see chart control ( 'MSCHRT20.OCX') available in MS-Access. I have used it sucessfully and displayed the chart. Now, I want to distribute this application. My question is ...
  2. P

    Spreadsheet Control in VBA Form

    Hi, I am using a spreadsheet control in VBA form with following connection string : Const stCon As String = "Provider=Microsoft.Jet.OLEDB.4.0;" & _ "Data Source= c:\Data.xls;" & _ "Extended Properties='Excel 8.0;HDR=Yes'" All is...
  3. P

    Spreadsheet Control in VBA Form

    Hi, I am using 'Speadsheet Control' in Access VBA form. I have been successful in loading a single worksheet and manipulating the data. Off course,I need to write worksheet name and work book name exactly in the code. Now, I want to load a workbook. Then,the abovesaid control should be...
  4. P

    Report design change at run time

    I am generating a report in MS-Access which has many fields. I want to sort the report by different fields at run time, but do not know how ? At design time,I am able to set the different sort by order field name. Any help will be appreciated.
Back
Top Bottom