Search results

  1. F

    How to insert row and sort a datasheet using a vba

    hello people :) just wanna know if somebody here already tried to insert a row in a MS Graph datasheet using vba....also if anybody here tried to sort the datasheet using vba much appreciate if someone post some sample just want to get some idea... thanks a lot sirs!
  2. F

    access to excel information passing

    nice :D thanks a lot bob!
  3. F

    access to excel information passing

    is it possible to pass information from access to excel? scenario: you run an access application. in the access form there is a button that when you click it, will launch excel now, what if you want some onformation from access to be passed to excel, is this possible? thanks! :D
  4. F

    Import multiple excel csv files into access

    uh oh sorry, i just got a lil excited with this :p ive just figure out what went wrong, the culprit was the primary key :rolleyes: i just removed the primary key and voila, everything is ok now... just thought that i would not delete my post coz maybe somebody out there might encounter same...
  5. F

    Import multiple excel csv files into access

    hello. ive just read this post and it really helped a lot. i have a question though. i have a CSV file whose internal data are the following: F1, 1111, OK, I F1, 2222, NG, You F2, 3222, OK, You F2, 4777, OK, I F2, 0123, NG, You F3, 0011, OK, I F3, 0021, OK, I when i used DoCmd.Transfertext...
  6. F

    Positioning Forms

    hi, just wanna comment ;) MoveSize do change the position of the form to wherever you like the form be place. from what i understand the syntax would be MoveSize right, down, width, height but if you wanna alter the position alone, you can still use MoveSize by this syntax...
  7. F

    textbox to listbox - how to change dynamically

    hey llkhoutx ....thank you so much!!!! =)
  8. F

    textbox to listbox - how to change dynamically

    does anybody here knows how to do this using vba in ms access? thanks... :)
  9. F

    Grouping controls

    hey bob, thanks for your quick rely :) actually im thinking of putting all the controls in an array hehe but i think your suggestion is much better :) thank you very very much!!!
  10. F

    Grouping controls

    hi! :) is there a way to group controls so that if you wanna use these controls, you just have to loop through it? example: 10 textboxes to use these 10 textboxes, you will just use for i=1 to 10 etc... etc... Thanks. :)
  11. F

    On Error does not work! HELP!!!

    hahahaha bullseye bro! :D it's nice to know..... . . . that im not alone bwahahahaha :D
  12. F

    Listview

    I have a listview with 3 columns. I want these columns to be resizable, that is, the user can move or resize the column to whatever size he/she wants. How can I do this in ms access? :confused: Please help. :) Thanks!
  13. F

    On Error does not work! HELP!!!

    hey pbaldy!:) thanks a lot!!! im using japanese OS that7s why it7s hard to recognize menus, good thing you helped me, a million thanks again!!!
  14. F

    On Error does not work! HELP!!!

    i used this function, there is an error handler already but it seems the error handler doesnt work, can someone please, in any way, help me...thanks a lot --------------------------------- Public Function TableExists(TableName As String) As Boolean Dim strTableNameCheck On Error...
Back
Top Bottom