Search results

  1. I

    copying and paste a value with a click between two forms

    Sorry to bother you!! I tried this but seems not to work..Am I making mistake somewhere Code Tags Added by UG Please use Code Tags when posting VBA Code Please feel free to Remove this Comment https://www.access-programmers.co.uk/forums/threads/please-use-code-tags-when-posting-vba-code.240420/...
  2. I

    copying and paste a value with a click between two forms

    the value I want to transfer has to go into the field in a subform of main form
  3. I

    copying and paste a value with a click between two forms

    Thanks..I will try a little later and let you know..
  4. I

    copying and paste a value with a click between two forms

    Hi I have a from with two columns. I like with a click of a mouse (double click) to transfer value from from one field to another field in another form. Is it possible?
  5. I

    sintax error

    My intention was to count unmatched articles, so I solved this in another way..in a table are all articles and in a form are only match so a simple math solved this ..how many unmatched articles are..Dcount in a table minus count in a form..simple isn't it Thanks for your answer
  6. I

    sintax error

    Hi Why I get this message..please see pic1 and pic2 Thanks in advance
  7. I

    For Each .. In resp.getElementsByTagName

    yes..you did it..thanks
  8. I

    For Each .. In resp.getElementsByTagName

    see the pict..there is somewhere a problem with the silly child
  9. I

    For Each .. In resp.getElementsByTagName

    this does not work...fund_code is a child of issued_drug ..tried with another brakets but not work..
  10. I

    For Each .. In resp.getElementsByTagName

    Thanks a lot..I think I solved this ..I thought so!!! but not...sorry
  11. I

    For Each .. In resp.getElementsByTagName

    I have this probem <prescription/> <issued_drug/> <atc_code>ABC11</atc_code> <fund_code>1122</fund_code> </issued_drug> </prescripron> <prescription/> <issued_drug/> <atc_code>XXC12</atc_code> <fund_code>5533</fund_code>...
  12. I

    reading xml

    Thanks a lot..very gratefull
  13. I

    reading xml

    Thanks a lot ...very nice idea..
  14. I

    reading xml

    and then how to put the value in the variable?
  15. I

    reading xml

    I am trying to put in a variable from xmlnode.element ( facsimile) value '777777' <hospital> <specialist1> <id>815175007</id> <medic> <facsimile>777777</facsimile> <first_name>Bob</first_name> <last_name>Smith</last_name> </medic>...
  16. I

    Avoiding popup login window

    Yes. Logging on Microsoft SQL Server Management Studio there is Remeber Password and it is checked, but this does not solve the problem. It is only for logging on SQL Server. Solution must be somewhere else.
  17. I

    Avoiding popup login window

    Hi..I linked tables from Azure SQL with ODBC. The first time I open my desktop a popup window appear. Also in design view this popup window appear. See pict...I would like to avoid this popup when user open destop automaticalii to log in on SQL server. Any idea how to.. Thanks
  18. I

    recordset is not updatable

    You are right...I just missed it ..Thanks
  19. I

    recordset is not updatable

    Hi I export a table to AZURE SQL server. With SSMS I can see that table and everything is ok..I tried to link that table to my desktop aplication with ODBC and again everything is ok until that the recordset is not updatable..I cannot write nor delete a record in that linked table..Any...
Back
Top Bottom