Search results

  1. A

    Bank Reconciliation & Accounting Program

    Thank you DickyP your comments and your link which I will discuss with my boss.
  2. A

    Bank Reconciliation & Accounting Program

    Thank you gemma-the-husky for your question. The reason we need bank Reconciliation(s) is for the Auditing of each of the Endowment funds which have separate bank accounts.
  3. A

    Bank Reconciliation & Accounting Program

    Thank you DickyP for the link which I will discuss with my boss.
  4. A

    Bank Reconciliation & Accounting Program

    Thank you for your question Uncle Gizmo, We are currently using Access 2007 which is linked to our Accpac Data.
  5. A

    Bank Reconciliation & Accounting Program

    Thank you June 7 for your link which I will discuss with my boss. We are currently using Access 2007 which is linked to our Accpac Data.
  6. A

    Bank Reconciliation & Accounting Program

    Thank DBguy you for your suggestion and we are now doing a search.
  7. A

    Bank Reconciliation & Accounting Program

    The charity where I volunteer had a custom Database Linked to their Windows 3.1 Accpac Program in 1994. Over the years it has been modified more than many times. Can I please receive a suggestion on where I can purchase a MsAccess 2007 Program to run our Accounting programs as we do not want to...
  8. A

    Python Programmer Wanted

    Thank you. Crystal
  9. A

    4 Query Groupings

    Thank you Professor Pat for your suggestion and the code below seems to work. SELECT Investments01_tbl.Stock_Name, Investments01_tbl.Currency, Investments01_tbl.Trade, Investments01_tbl.Investigate FROM Investments01_tbl WHERE (((Investments01_tbl.Currency)="CAD$")) and...
  10. A

    4 Query Groupings

    Thank you for your question Plog We would like to print a report for all Stocks which are either marked Purchased or marked Yes, if the Currency is CAD$. Crystal
  11. A

    4 Query Groupings

    Thank you for your question CJ, below is what I have tried. SELECT Investments01_tbl.Stock_Name, Investments01_tbl.Currency, Investments01_tbl.Trade, Investments01_tbl.Investigate FROM Investments01_tbl WHERE (((Investments01_tbl.Stock_Name) Is Not Null)) OR...
  12. A

    4 Query Groupings

  13. A

    Python Programmer Wanted

    Person needed to update a Web Scraping Program using Beautiful Soap. I am not sure if this is the proper forum to post this project. Nicole
  14. A

    4 Query Groupings

    Could I please receive assistance with this Query with 4 criteria’s? If Stock_Name “Is Not Null” And if Currency is "CAD$" and or if Trade is "Purchased" and or if Investigate is "Yes" Then all of these matching records will be printed. Thank you. Nicole
  15. A

    Access 2003 and Access 2007 on same computer.

    Thank you Doc Man, Pat and CJ for your suggestions. I will place the Access 2007 databases onto a separate Computer. Can the Access 2007 database be linked to the Access 2003 data files? Your suggestions are appreciated. Nicole
  16. A

    Access 2003 and Access 2007 on same computer.

    Can we have our Access 2003 programs and our Access 2007 on the same computer? Or should they be on different desktops? Thank you. Nicole
  17. A

    Do Not Have Exclusive Access

    One of the students in our office made some changes to our Access 2003 Database and now we get this error message when we try to modify a form. "You do not have exclusive access to the database at this time. If you proceed to make changes, you may not be able to save them later." Your...
  18. A

    Report With A Query Problem

    Jdeaw // P.E.R.F.E.C.T. Thank you for your help and your suggestion works. As a habit I have always used Null. Nicole
  19. A

    Report With A Query Problem

    Thank you June7 for your suggestion which I have tried, please see the attached updated database. The reason I have used the word “Grouping” is because my boss would like to see our daily report for all Records marked YES and all records marked PURCHASED. Previously, we printed two separate...
  20. A

    Report With A Query Problem

    Could we please receive a suggestion on how to customize this query so that we can print a custom repot? A = if Investigate = Yes and B = if Trade = Purchased Then a report would be generated for those records. It is possible for a record to have both Yes for Investigate and Purchased for...
Back
Top Bottom