You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
-
Thing is Tony, I was trying to make a sort of Dashboard in Excel so the user could do everything from there, without even worrying about what's happening in the back in Access. Another thing is, the updating needs to take place from values in Excel, because of the Add-on that I have which gets the latest StockPrice values straight into a spreadsheet, I'm not to familiar with how Linked tables work, but would it be possible to do that on the Access side, by linking a particular spreadsheet? Problem is, the values in Excel need to be refreshed before they goto Access.md85– md852010-09-13 15:31:27 +00:00Commented Sep 13, 2010 at 15:31
-
Ah, well, you enver said that in your initial posting. <smile> Is this Bloomberg data? If so I've worked with the API directly to pull in data into a table.Tony Toews– Tony Toews2010-09-13 19:20:24 +00:00Commented Sep 13, 2010 at 19:20
-
Actually it isn't bloomberg data, the bosses wanted a cheap solution so I found this add-on for Excel, which gets its values from yahoo finance and msn, the values get pulled into Excel at the end of each working day, since the database only needs to store the end of the day share price and volume, I thought it was a reasonable option to do it that way. The second piece of code is supposed to pull that data into the specific Access table, now again my VBA isn't that strong but I'm learning as I go, so in this regards any help would be appreciated.md85– md852010-09-14 11:50:50 +00:00Commented Sep 14, 2010 at 11:50
Add a comment
|
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
-
create code fences with backticks ` or tildes ~
```
like so
``` -
add language identifier to highlight code
```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- indent code by 4 spaces
- backtick escapes
`like _so_` - quote by placing > at start of line
- to make links (use https whenever possible)
<https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. python-3.x), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you