Search results

  1. D

    Executing the EXE from code

    Can any one help me for a code to execute an phone.exe from vbacode
  2. D

    Multi User Problem

    Alright, i will start a new one for it.
  3. D

    Multi User Problem

    :) yes, thanks for the suggestion that is on the watch. however main thing is still remaining opened. Rainlover: could you help please as this is not the chain to ask, however i have a dialer pro exe i want to call it from access on a click of button, i could be able to call the exe from code...
  4. D

    Multi User Problem

    that is the part of checking when same event is occured at same time then this thing need to be incurred, because we are going to do the same with 8 users who may do this and since the datas are in millions it may not be possible to check at the time.
  5. D

    Multi User Problem

    Import as DoCmd.TransferSpreadsheet acImport, acSpreadsheetTypeExcel9, "Temp", fname, True code. no i am using transfer spreadsheet. No the target doen't have autonumber.
  6. D

    Multi User Problem

    The result is same, BTW what is PM you mentioned above?
  7. D

    Multi User Problem

    yes, thats a kind of mystery to me too...
  8. D

    Multi User Problem

    For the part i would like to say, if user 1 is importing a file from import button and user 2 is doing the same from his front end, simultaneously... the table is getting updated for both of us only difference is user 2 is promted for duplicate record else user1 have been showing records (user1)...
  9. D

    Multi User Problem

    Unable to get the point, please elaborate.
  10. D

    Multi User Problem

    the BE is on the server, and the Frnt end Generated is on the users PC.
  11. D

    Dial and Call through access

    as in case of auto dialer, i have added a button and on clicking it directly goes to name not the phone number how do i add the phone number in it?
  12. D

    Multi User Problem

    I have made a mdb with the backend and front end which is given to users. The problem is i have to import file with 100 records and other have only one record, when executing the importing at same time one use get duplicate error and one gets 101 record updated, This is strange to me...
  13. D

    Dial and Call through access

    What is PM?
  14. D

    Dial and Call through access

    i have new requirement now, as i have a software called dialer pro i want to use this with my access to dial the number, means when i click on call it walls through dialer pro and stores the response recieved by it.
  15. D

    Dial and Call through access

    Wow, i have read the Reynolds link but there is still some thing i am missing, would it be possible for accessblaster to provide code to me for dialing?
  16. D

    Dial and Call through access

    This is lot to ask, i am thinking if i can make a product in access which calls on click event from phone. Can this be possible?
  17. D

    Adding header and footer in Table

    I am using transfer text only The reason of heaader and footer coming in middle is , before inserting in the table i am inserting header and footer and then rest of the Data. Due to which the header and footer goes in between, and when tranfer text command is clicked it transfers only as a...
  18. D

    Adding header and footer in Table

    I have a single column table which is created by set of queries, the data type is of memo, the single column table is a merge of a table with multiple columns by adding a space between the columns. This table is then exported to the txt file, i want to add header and footer which appears...
  19. D

    Follow Up Email

    Yes, it seems to be ok with query, but i don't want to be it in new email i want to add the contect on previously sent email, could that be possible
  20. D

    Follow Up Email

    I am having a table from where email is send to customers, and update the table as response send as true if customer replies back, I need to set up a followup email when ever customer didn't replied in 5 days, on replying upon previous email, could this is possible in VBA?
Back
Top Bottom