Search results

  1. C

    Solved Help to connect an event to webmail and then sign-out

    Thank you very much!!!!!! :D
  2. C

    Solved Help to connect an event to webmail and then sign-out

    Hello everyone, I am doing a module to connect with an email account. I am using this as a license to avoid the usage of my Access app after a time as well to control this just changing the password from the website from home and not necessary being physically on the site where this is...
  3. C

    Include username and name from Windows into textbox

    It is a good idea, June7 also recommended to me the usage of Dlookup. The idea of this was more like avoid that somebody else issue a report in the name of other person, at least the "issuer" will be recorded with the windows user but sometimes is name is something like "qasxd" and it does not...
  4. C

    Include username and name from Windows into textbox

    Thank you!! It is a good beginning
  5. C

    Include username and name from Windows into textbox

    Today I learnt about this cross posting... :S
  6. C

    Properties vbCrlf and CHR(13) & CHR(14) to create into a List into a Textbox

    Hi! Wow it is the first time I was participating in other forums, I didn´t know it could be something wrong, I meant after the rules in the post. I apologize for this and I highly appreciate the support I get from it for my knowledge. :)
  7. C

    Include username and name from Windows into textbox

    Hi everyone, I am making a form as report and also want to include the creator of the report based on the "windows user name and also the name" by default in the Windows system The username is not an issue but I don't know how to add the "name by default" from the computer registration. Does...
  8. C

    Properties vbCrlf and CHR(13) & CHR(14) to create into a List into a Textbox

    Good question!! Basically my access app is to record customer complaints. In this textbox is just added people that participate into the problem solution of this specific complaint, I mean my main table has diffente fiels like ID, Date_Start, Date_End, Issue_Reported, and some more... one of...
  9. C

    Properties vbCrlf and CHR(13) & CHR(14) to create into a List into a Textbox

    Hi everyone I hope somebody could help me with this... I'm writing into a textbox with my code a "List of people" depending on some Checkboxes. (The name of the textbox is TeamWorktxt) and the checkboxes are WT_Quality, WT_Production, WT_Warehouse, WT_Process. If I l click on one it adds the...
Top Bottom