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. 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...
  4. 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...
  5. 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...
  6. J

    Solved Sql VBA syntax

    If that's confusing then it's time to have a look at Northwind 2. ;)
  7. 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...
  8. 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.
  9. P

    Solved Message box if has decimal

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

    Solved Sql VBA syntax

    If you have never seen Northwind 2, that is confusing as hell? :)
  11. 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.
  12. 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.
  13. GPGeorge

    Solved Message box if has decimal

    We addressed the situation Pat describes in Northwind Developer version.
  14. 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...
  15. isladogs

    Northwind 2.0 Feedback

    Ein kleiner Schritt für Northwind
  16. T

    Solved checkbox placed in frame by a query, not responding

    This strikes me as very strange. Why not have tblOrder, with tblOrderLineItems, and each lineitem has a ProductID coming from tblProduct, and one of those products is GreyFabric? Example: Northwind 2.0 Access templates.
  17. theDBguy

    Solved Northwind 2 DB

    I think it's okay to post it here, and @GPGeorge should be able to pick it up from there.
  18. cheekybuddha

    Simple form for Many to many relationship

    @GPGeorge, it's that the Northwind by Northwest starter edition? :ROFLMAO:
  19. GPGeorge

    Solved Northwind 2 DB

    Explain it here and, if it's not one we already know about, we can add it to the To Do list for V2.3 V2.4
  20. NauticalGent

    Sendkeys not working anymore

    The new Northwind Traders DB Template uses an error handling Class Module that is easy to implement. This will achieve what you are trying to do here and move you away the evil that is "SendKeys"...
Top Bottom