Search results

  1. I

    export in excel and lock cells

    Hi all I need your help to insert the code that is blocking the cells from the exported excel with the range B1:BB800. :banghead: Below i have the macro code for the export: Function invoice() On Error GoTo invoice_Err DoCmd.OutputTo acOutputQuery, "Export", "MicrosoftExcelBiff8(*.xls)"...
  2. I

    Delete a database

    Hi, Please tell me how can i delete from a database (all the tables, macros and the query) if it is open by someone to certain date. Thanks a lot.
  3. I

    block scroll wheal in a form

    Hy please help me with the following problem: i need to know how i can block to see the previouse records in a form with the scroll wheall (the buttons from the bottom of the form are made invisible for the users but the scroll wheal is still working ) in Access 2003. Thanks
  4. I

    field type - date/time

    hy, i have a table with the following field names ( id client , address, e-mail, phone, fax) and a form. Because this form is used by 10 persons i need to know if one of them has modify the info's from an old client (i need just the moment when it was made the intervention and not the user). I...
Back
Top Bottom