Recent content by SergioRocha

  1. S

    Sql insert into

    Hi, I have 3 tables: Movimentos, Compras, Vendas The table Movimentos stores all the data about buying and selling stocks. When i want to sell some stock, my code do the following: 1- Selects the stocks i want from Movimentos and copy all the records to table Compras and delete them from table...
  2. S

    Get stock quotes from a site

    Unfortunately no... i still need help!!!
  3. S

    Get stock quotes from a site

    Hi! You can find the code on the attached file. http://sergiorocha.home.sapo.pt/dive...oogleyahoo.xls I really need help.
  4. S

    Get stock quotes from a site

    Greetings to all... i'm developing a database to manage stocks investments. At the moment it has a simple web browser integrated that allows me to navigate throw any website without the need of a standard web browser like IE or Firefox. I know that there are ways to get financial information...
  5. S

    Problems with FindFirst Method

    That's it RuralGuy :D Now it's working perfectly fine. Thank you for the help.
  6. S

    Problems with FindFirst Method

    I've tried your changes and it worked :)! I do not have the error message. But there's another problem. I write in the textbox named Texto6 data that exists in table Compras in the field Ref_compra but the code returns always the message "No Match was found." given by the code line MsgBox "No...
  7. S

    Problems with FindFirst Method

    Thanks for the help... i've just tried it now but it didn't work :(
  8. S

    Problems with FindFirst Method

    Hi, I've been improving a database and i would like to add a new functionality. I have the following tables: Carteira, Compras, Vendas... I have a main form where i can see the information recorded in those tables. Main form gets the data from table Carteira but i also have subforms in the main...
  9. S

    Importing MS Outlook Contacts from a MSAcess Data Base

    Thanks... now everything is working :D:D:D:D
  10. S

    Importing MS Outlook Contacts from a MSAcess Data Base

    This is working :D thank you very much!!! Where can i see the correct names of the outlook contact fields?
  11. S

    Importing MS Outlook Contacts from a MSAcess Data Base

    Yes... most likely :confused:
  12. S

    Importing MS Outlook Contacts from a MSAcess Data Base

    Woooowww... nice information!Thank you :). Well i've tried this: Me!Contactos.Form.Tlm -> with this line i can get the data from de field Tlm from the subform Contactos. I've test it with this: str = Me!Contactos.Form.Tlm MsgBox str but... when i try this: c.Mobile_Phone =...
  13. S

    Importing MS Outlook Contacts from a MSAcess Data Base

    Let me try to explain this... I have 2 tables: Dados_pessoais and Contactos. Dados_pessoais has the following fields: Foto, Name, Surname... Contactos has the following fields: email, phone, mobile_phone, address... I've 2 forms (Main and Contactos). Main form gets the data from table...
  14. S

    Importing MS Outlook Contacts from a MSAcess Data Base

    Yes, i've tried that too... but it didn't work. I receive the same error message: "Microsoft Access can't find the field 'Tlm' "... i don't know what to do :confused:
  15. S

    Importing MS Outlook Contacts from a MSAcess Data Base

    I need to get information from a MSAccess DB that i've made. I have 2 forms. The main form has the following fields: Foto, Name and Birthday. The subform has the following fields: address, mobile phone, email. I want to store into the field Mobile_Phone the information of Tlm (this is the field...
Back
Top Bottom