Search results

  1. J

    Interacting between two access DBs

    I am exporting excel files and send them by emails. Then Importing them manually. I can build a VPN maybe!
  2. J

    Interacting between two access DBs

    Good morning. Don't have such services running on my part. I am using API to send data to the authorities on their server. They provide me with an API. And I wondering if I can do something alike.
  3. J

    Interacting between two access DBs

    Hi... thanks for the reply. What you mean end points. I am handling DBs by myself.
  4. J

    Interacting between two access DBs

    Hi, I'm, I own two sapperate bussinesses running access DBs. One is handling orders (company A) and the other one is handling storage and distribution (company B) . I am looking for a way the two BDs interact each other. Let me explain. 1. Company A makes a bulk order for an amoumt of...
  5. J

    Interface with REST API

    hi John are you trying to send the invoices to AADE. I'm from Greece trying to do the same. :-)
  6. J

    Combo Box As Criteria For A Query for multiple values

    Great, seems it work. I will modify it accordingly and will come back for the results. Thanks anyway
  7. J

    Combo Box As Criteria For A Query for multiple values

    Thanks I will as soon as i return at the office.
  8. J

    Combo Box As Criteria For A Query for multiple values

    I'm not sure if I understand but i made this. I put a ListBox with the following values: 1 1 Or 2 12 1 Or 3 1 Or 2 Or 4 and the following in my query: WHERE ((Doctors.Per)=[Forms]![F_Statistika]![List28])); It works only for 1 and 12 For all the other selection I receive an error message...
  9. J

    Combo Box As Criteria For A Query for multiple values

    Hi. I need to use a combo box as criteria for a query. I manage to do that for one value but what if I need to check for multiple values? Excample. Criteria is a number 1, 2, 3, 6 and 12 When i need only one value for excample 1 is fine. What if I need two or three values as criteris (1 Or 2 Or...
  10. J

    How to schedule auto-exporting MS Access query to Excel and email it?

    Find anything yet.....i have some code to share with you but I am not a pro.....just find a way to auto send mail for my soho....:)
  11. J

    Dial through voip pbx

    Wow.....:) Thank you but as i am not a pro can you please be more specific explainig the procedure :rolleyes: I appreciate your help.
  12. J

    Dial through voip pbx

    hi! Is there a way to conect access database with a softphone? I have an IP PBX and a soft phone and i need to click on a form and auto dial the contact. My DB contains all the data I need and also PBX. PBX running asterisk software. Do i need a module or something like TAPI that call windows...
  13. J

    Drag & Drop Images in a form

    I need some help with Drag & Drop Feature. I am usin access to enter orders tha I receive by soft FAX wich is saving all faxes as .tif in a folder c:/fax_inc. I am working in two different monitors. One is displaying the fax image opened from its folder location, from which I am entering the...
  14. J

    Send different mail to different reciptient

    And now three more thinks: 1. Now how do I make sname and fname records to look Bold 2. I need the module not to send email when there is no records. 3. And last, cause names has not the same lenth, I need to make them look as it isso the next data look like that are in the same column. Ex...
  15. J

    Send different mail to different reciptient

    OK I did this .recipient.add (rst !Email) and .Body = CreateMailbody(rst!idClient) and works just fine But Outlook has to be open or it will not work. Lagbolt you are the man Thanks
  16. J

    Send different mail to different reciptient

    Thanks for your help I receive an error: Application-defined or object-defined errorIn debug it is highlighted .recipients.add !email
  17. J

    Send different mail to different reciptient

    Hi I am trying to send mail to some doctors that contains different data for each. I created the following module I collect the data I need from a query as recordsets but I am facing two difficulties. 1. I have to have outlook open in order get the module work. 2. The first recors in the mail...
  18. J

    New to forum

    Me in Athens
  19. J

    New to forum

    Welcome...
  20. J

    New To Forum - piBoss

    Welcome Boy...
Back
Top Bottom