Search results for query: northwind

  1. Gasman

    Solved Northwind 2 DB

    Hi everyone, Now I have Access 2019 I was able to open the Northwind 2 DB (Developer Edition 2.3) If one finds what they might think is a bug, are they meant to report it at all?, and if so where please?
  2. B

    Northwind Currency Changes

    ...calculated fields it reverts back to $ (Grrr) At first i thought it was my Regional Settings on my PC causing the error but that is clearly set to GBP (£) Is there a macro or VB Code or something in Northwind controlling this and causing this to happen? Any help would be greatly appreciated.
  3. jdraw

    Need good application or company that build best Microsoft Access Solution

    I agree with theDBGuy---There are several links to Northwind 2.0 Starter Edition here.
  4. T

    Northwind 2.0

    I managed to finally snag the new Northwind and I was really surprised when I opened the relationship window to see a huge spiderweb. I always thought that you shouldn't be able to trace your way from point A to point B via multiple paths as that would mean a possible circular problem (excluding...
  5. theDBguy

    Need good application or company that build best Microsoft Access Solution

    Maybe you can check out the new Northwind template.
  6. T

    Cascade combobox on continuous form

    Another source of information is the Northwind 2 Developer Edition template. It has lots of documentation including this page specifically addressing cascading comboboxes. A video is here.
  7. A

    Solved Error 94 (Invalid use of Null) on a line in a Function used in a database adapted from Northwind 2.0 Developer

    I'm trying to create a database based on the Northwind 2.0 Developer database, but capturing & displaying dates (including stock-take dates) in Medium format (dd-mmm-yy) instead of Short Format (as in Northwind). I'm encountering a 'Invalid use of Null' error (Error 94) that point to the...
  8. June7

    Display subform confrol total to mainform

    There are sample databases and templates in many places on the web. One commonly used in tutorials is Northwind https://support.microsoft.com/en-us/office/featured-access-templates-e14f25e4-78b6-41de-8278-1afcfc91a9cb?ui=en-us&rs=en-us&ad=us...
  9. T

    Report opening without record

    2501 is not really an error. That's why in the Northwind 2 Developer Edition template's central error handler we write: If lngError = 2501 Then Exit Sub '2501 = The OpenForm or OpenReport action was canceled. Not really an error.
  10. J

    Solved Sql VBA syntax

    If that's confusing then it's time to have a look at Northwind 2. ;)
  11. gemma-the-husky

    Need good application or company that build best Microsoft Access Solution

    Well it was a curious request. It sounded like "show me the look and feel of a sample access database". If the requirement is just to demonstrate that an access app can look ok, then the suggestion to look at northwind might well be sensible.
  12. T

    linking forms

    Inventory is complicated. I would recommend you review the Northwind 2 Developer edition, with its accompanying documentation here, and a video where Kim Young is speaking specifically about inventory in Northwind here. Adding an "FG" suffix to a Product Name doesn't strike me as the best way...
  13. T

    Show a form inside a datasheet, yes it's possible!

    We ran into this with Northwind 2 Dev Edition, Employees form. That one is a Split form, but same thing: a subform on the design surface turned into a subdatasheet.
  14. P

    Solved Message box if has decimal

    Take a look at the solution in Northwind and see if it makes sense to you.
  15. Gasman

    Solved Sql VBA syntax

    If you have never seen Northwind 2, that is confusing as hell? :)
  16. T

    Applying Filter causes odd runtime error

    I would implement the highlighting using Conditional Formatting. It is not affected by a filter. You can see this in action in the Northwind Dev Edition template, frmProductList.
  17. cheekybuddha

    Solved StringFormatSQL Function from Northwind 2.0 shows 3464 Error on UPDATE Event

    Since I only have Access 2007 I am unable to get the new Northwind 2.0 template.
  18. GPGeorge

    Solved Message box if has decimal

    We addressed the situation Pat describes in Northwind Developer version.
  19. K

    Northwind 2.2 Global Error Handlers vs vbWatchdog

    Hi Everyone! I watched the video today with Tom and Kim about the Global Error Handlers update coming in Northwind 2.2. My backstory. I starting rewriting (in Access) a 20+ year application written in Paradox about 2 years ago. I was kind of new to Access, so we decided to just use...
  20. isladogs

    Northwind 2.0 Feedback

    Ein kleiner Schritt für Northwind
Top Bottom