Search results

  1. H

    how to write a query which selects multiple records from a table at once for updating

    Hi, I need help regarding a query, I have a list box whose data is inserted in a table named as "test0" ,now in a macro of vba i want to select all the items in the list box and create there pdf files in a folder at my desired location. So far i have managed to create a pdf file of single item...
  2. H

    looking for developer tool for vba

    Hi, i am looking for some kind of developer tool like infragistics ! ,but i want in vba ..Anyone know about any tool that i can download and have it in vba ?
  3. H

    using alist box for updating multiple records at once

    Thankyou so much for your help,the actual problem was to define record set in my code ,the code you send was very helpul and it worked .Thanks alot :)
  4. H

    using alist box for updating multiple records at once

    Hi, I have a list box populated with record ID's all of which need a date field updated. I have been succesful at using the list box to update single records, but am not sure how to transfer this idea to work with multiple records simultaneously. The code i am using is: Private Sub...
  5. H

    importing ecel data to listbox in access vba code

    HI, need help with this importing just 1 column from excel file into vba ! plz help me :)
  6. H

    open save file dialog and select the file from a text box and save to the place

    hi i need code foe save dialog file ,and select the file from textbox and save it to the selected location.i have only this code and i dont know what else i can do with this because it just opens the save file dialog !
  7. H

    open file in dialog box code

    Hii,, I really need help at this moment with this cod ein access vba for opening a file dialog and selecting a file in a textbox .. Private Sub Command26_Click() Dim fDialog As Object Set fDialog = Application.FileDialog(msoFileDialogOpen) With fDialog...
Back
Top Bottom