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

    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
  3. F

    textbox to listbox - how to change dynamically

    does anybody here knows how to do this using vba in ms access? thanks... :)
  4. 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. :)
  5. 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!
  6. 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