Search results

  1. B

    need seq_# to increase by 1 every 200 records

    anyone know how to make a sequence number that increases by 1 every 200 records. I'm stuck and it seems like such a simple thing. thanx Jason
  2. B

    ODBC for OS/2 Warp 4

    I need to access data located in a DB2 database located on an OS/2 Warp box. In a previous post it was said that this could be done using ODBC but i'm unable to find much info on this. If anyone has some knowledge of this I would be greatly indebted.
  3. B

    create multiple folders_please help

    the following code will create the first folder and then give me an error that says no current record found, i can see it's cycling though the records. why doesn't it create a folder for each record? Private Sub Command2_Click() Dim stAppName As String Dim strDirectoryPath As String Dim rs As...
  4. B

    coding mouse movements in vba...

    coding mouse movements in vba... anybody know if it's possible? if so can i see some samples? thanx!
  5. B

    copying files based on recordset

    i'm trying to copy a group of wave files from several folders to one folder based on the results of a query. the only difference in the original paths would be based on the date they were sold and the phone number (.wav files named after the phone numbers placed in folders named for each day) i...
  6. B

    importing text file from web

    i'm trying to import a text file from a website using docmd.transfertext, i tried entering the full url for the path but this did not work: DoCmd.TransferText acImportDelim, "FedACHdir Import Specification", "FedACHdir", _ "https://www.fededirectory.frb.org/FedACHdir.txt", False any ideas?
  7. B

    importing text from internet

    i'm trying to import a text file located on a website using the transfertext action, i thought that by entering the full url (example: https://www.fededirectory.frb.org/FedACHdir.txt) in the path field it would work alas it did not. anyone have any ideas?
  8. B

    wait for action to finish before starting next

    i have a macro that exports data to a text file i then use the runapp action to run a .bat ,which is just a command line interface for a program with switches, that modifies this text file i then want to import this text file back into my database the problem i'm having is that the macro...
  9. B

    wait for action to finish before starting next

    i have a macro that exports data to a text file i then use the runapp action to run a .bat ,which is just a command line interface for a program with switches, that modifies this text file i then want to import this text file back into my database the problem i'm having is that the macro...
Back
Top Bottom