Search results

  1. A

    Report to save as Excel file

    Hi Everyone I want to save my report as excel file on the user computer with a click of a button. I have tried this code: Private Sub Cmd_ReporttoExcel_Click() DoCmd.OutputTo acOutputReport, "Gastrolog Report", acFormatXLS, "C:\Users\XX\Documents" & Format(Date, "yyyymmdd") & ".xls" End Sub...
  2. A

    Registry keys

    Hello everyone I am using packaging wizard for access 2007 to distribute an application, in which I am asked to fill registry keys. What are these registry keys for? Do I need to enter it or can I ignore it? many thanks
  3. A

    Can I sell Access appplication

    Hi how can I sell access application online, I have not got any EULA or copyright of this access application, so I need the advice from scratch, if someone can suggest please... thanks
  4. A

    Eula

    Hi Can someone provide sample EULA for access application distributaion? thanks
  5. A

    Security issue

    Hello everyone I need some suggestion regarding security of my application, its basically a simple database entry for surgeons to enter their operations, conferences, presentations etc. How can I add some securtiy measure for the user so that the user himself can only use the application. Is...
  6. A

    Hi

    I am new to SQL. I have designed an application on access 2007. The design process is complete now, it includes around 32 tables and 20 forms with 10 reports etc, my question is, how can I put this application online for the user to use it online. Is it possible now in some simple steps or do I...
  7. A

    Query issue

    Hi everyone I am trying to make a report from a query. The query which I have made contains several tables, the main table which is personaldetails is related to 5 other tables each by one-many relationship. So if I am using one main and one other table only in query then the query is populating...
  8. A

    form/subform issue

    can form and subform be on different pages like web? and can I put a hyperlink or button on main form to open subform as a different page? I have a main form in which I have added a subform by subform wizard. When I am keeping the subform on the main form and entering data in subform...
Top Bottom