Search results

  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

    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...
  3. 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...
  4. 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