Search results

  1. T

    Export table to EXCEL with required formatting

    Hi all the problem i am facing is that the table exported by ACCESS to EXCEL is without any kind of formatting, bold text italics etc. , is there any way i can make access export the excel file with bold column headings and the cells having solid borders(basically any formating i wish to give)...
  2. T

    CHange XML export header contents

    Hi all, i need help changing the header of the XML export from my ACCESS database. i have configured it to provide me the XML in the required format the data is all arranged fine however the header ACCESS adds to the file by default is a problem. is there any way i can configure ACCESS to put...
  3. T

    Filling a form

    but seth that way i wudnt be able to view the the previous enteries in the table and only use the form to add data to the table. any views?
  4. T

    Filling a form

    hi is there anyway to temporarily store the information being entered into a form before actually writing it to a table. i want information to be added to the table only once the save button is pressed. i dont want the table to be used even as the scratch pad. Thanks
  5. T

    Trigger a function when cycling records

    thnx for the reply ppl. i can not use the beforeupdate event because i have some option groups which dont have any table info as their direct control source but the selection made is used to enter some data into the table. the problem is that changing the option group status doesnt set the...
  6. T

    Trigger a function when cycling records

    hello i wish to trigger some VBA code when the user jumps from the present record to some other record on the form. there is the On Current event but that only applies to the record you are jumping to. i wish to process the information on the present record if u choose to jump to some other. BTW...
Back
Top Bottom