Search results

  1. Thedon123

    transfer data as text file

    that helps but not much. i am trying to transfer the whole form as a text file. rather than one field.
  2. Thedon123

    transfer data as text file

    A user enters data into a form. i want to export that data as a text file. So once the user fills the form. he clicks on a button saying export data. how would i go about converting the data entered into the form to a text file. or even a csv.
  3. Thedon123

    vb code

    i was but i now i do not need it as i have had to remove that feature. Thanks anyway for the sites.
  4. Thedon123

    Date Format

    put the dd/mm/yyyy in the format section of the fieelds attributes
  5. Thedon123

    Spss

    so do want to convert access to spss. is that what you are trying to do.
  6. Thedon123

    Spss

    what are you going to do with spss. it is the same as excel so it will also automatically change calculated fields if one changes
  7. Thedon123

    vb code

    could anybody recomend websites for finding good vb ccode for use in a database
  8. Thedon123

    Transfer data from spreadsheet

    thanks
  9. Thedon123

    Transfer data from spreadsheet

    thanks for the reply. the only thing is that i need the user to click on button that will ask him to transfer tthe data into a table,. i have table called store. the spreadsheet holds data that is genrated evry week. these spreadsheets have different names i want the user to click on a button...
  10. Thedon123

    Transfer data from spreadsheet

    just to clarify i have used the transfer spreadsheet fucntion. the problem is the name of the file keeps on changing. is there a way that gives the ability for the user to selct the spreadsheet path name that is to be transferred thanks
  11. Thedon123

    Transfer data from spreadsheet

    i want to transfer data from a spreadsheet to a database table. i want the user to do this by a single cllick of a button. Is there a way to do this
  12. Thedon123

    wierd problem with scrollbar

    i have transfered the file onto various other computers and even put the database onto the network . It still distorts the boxes. If i used the form scrollbar the distortion disappears. the distortion only appears when i use the subform scrollbar which i nedd. i have done a completely new...
  13. Thedon123

    wierd problem with scrollbar

    help please help
  14. Thedon123

    wierd problem with scrollbar

    Tis is relly wierd problem. I Have a subform within a form. It has its own horizontal scrollbar which i need as there are many checkboxes i have to select. When i move that scroll bar all the check boxes distort. say one checkbox represents an apple. That when i move the scrollbar distorts...
  15. Thedon123

    replicate string

    thanks
  16. Thedon123

    replicate string

    what is the fucnction to copy string from one field in a table to another:o :o
  17. Thedon123

    join string and text(rephrased)

    thanks
  18. Thedon123

    join string and text(rephrased)

    i sort of understand whhat you are getting at in both the posts. The problem is i already have data in the field i want to create. Background. IT is a old database i am trying to update. It has these fields parent id: 1111-5555 these is what i am trying to automate county id:1111 this is...
  19. Thedon123

    Graph!!

    love to help but i never knew access could create graphs. i am on a placement too and have the same problem as you. That is nobody knows about access round me
  20. Thedon123

    join string and text(rephrased)

    i have wo sets of data. C code: 1111 and store code :1121 i wish to join these together automatically in another field so as to give Place : 1111-1121 This code will then form the primary key in the table how would i do this cheers
Back
Top Bottom