Search results

  1. C

    Nested Loop

    Hi, I am working on an Access database for tracking stocks. The application is built on two tables. One is called tblSYMBOL with a single field SYMBOL (primary key) with a list of around 3000 stock symbols. The other table is named tblStockData with field MktDate as primary key and SYMBOL as a...
  2. C

    VBA Nested Loop controlling fields when cycling thru table

    Hi All, I am new to Access and trying to set up a nested loop to cycle thru a table. I have a skeleton of the Sub created and can't control the second field, not knowing how to point the cursor at it. I have a field "Symbol" with about 3,000 entries, and a field "MktDate" with perhaps 70 entries...
  3. C

    Hello from Southern California USA

    I am delighted to find this amazing community. I'm a retired electrical engineer and not a programmer. Did some programming in my early career, now learning Access so I can use it to track stocks and scan for opportunities. Working with VBA and DAO, and enjoying reading the many helpful posts...
Back
Top Bottom