Search results

  1. B

    use a query in a query

    I have a query that gets the current session, named GetCurrentSession: SELECT MAX(Session.[SessionID]) as Sess FROM [Session]; This query works fine and returns the correct value. Then, I want to use it to get client purchases from only the current session: SELECT Purchases.PurchID...
  2. B

    New member here

    Hi All, My name's Shane and I have been using Access and dbases on and off for a while but consider myself a newbie. I'm currently working on personal project converting a spreadsheet to a more manageable dbase. I enjoy camping, long walks on the beach, and forcing out a third item in a list...
Back
Top Bottom