Search results

  1. A

    Hello from Gin

    Hello Gin.GL
  2. A

    Store values in avariable and use it as To for Outlook

    hello, I managed to find another solution: - i replaced the textbox with a continuous subform ( which has the source as the table that holds my e-mail addresses) - being a form i could set a delete button for each adress that shows up in it offcourse this will dele te the...
  3. A

    Store values in avariable and use it as To for Outlook

    Hi, Well the textbox that shows my recordset(which is based on the table that keeps my clicked e-mail adresses) allows the users to click in it and delete/change some adresses - which is fine. But when the user deletes a record from the textbox this is not deleted from the table as well...
  4. A

    Store values in avariable and use it as To for Outlook

    Hello MikeLeBen, First let me thank your for your ideea and help. I managed to have the click event add the records to my table (t1). And with a got focus event on the textbox i "refresh" it with the recordset string from the table. Works great. If i try to put this 2 to parts...
  5. A

    Store values in avariable and use it as To for Outlook

    Hello, Thank your for your suggestion. The thing is i don't know how i could use the entire table as To for outlook inside code since every row is seen separate. Also with dlookup i can't show the entire query results - shows only one value This are my problems with what you suggested.
  6. A

    Store values in avariable and use it as To for Outlook

    Thank you MikeLeBen for your reply and suggestion, The thing is that i use code to put the string which represents the value of the textbox as .to: for outlook application. If i do a table in which every row is independent -its his own string (something like that) how can i set the.to to...
  7. A

    Store values in avariable and use it as To for Outlook

    Hello all, Here is the situation i confront with and need your help: - I have different forms that use to manage different information's (like countries contacts,technical team's contacts etc) - the details regarding this contacts are shown in a datasheet subform found in each main...
Back
Top Bottom