There are results of a query that I wish to use as contants through my database and I'm not sure how to set this up.
Background: The database will support different users who will request different data. For example, user1 may request data from "Test Cycle A" which is from 6/30 - 7/31, and user2 may request data from "Test Cycle B" which is 9/30 - 10/31.
I already have it setup so each user can select the Test Cycles when they open the database, but what I need is to take the beginning and ending dates for the selected test cycle and save them as constants, so that I can plug those dates into some of the forms, queries, etc...
Assume the start and end dates can be captured in a query (Query1). If I can save those Query1 date results as constants I'd be set. I dont want to link Query1 to every other query in the database since once selected the dates are static for the session.
Again, each user will have a different start and end date for their session so the values cannot be stored in a table.
Thanks for the help.
Background: The database will support different users who will request different data. For example, user1 may request data from "Test Cycle A" which is from 6/30 - 7/31, and user2 may request data from "Test Cycle B" which is 9/30 - 10/31.
I already have it setup so each user can select the Test Cycles when they open the database, but what I need is to take the beginning and ending dates for the selected test cycle and save them as constants, so that I can plug those dates into some of the forms, queries, etc...
Assume the start and end dates can be captured in a query (Query1). If I can save those Query1 date results as constants I'd be set. I dont want to link Query1 to every other query in the database since once selected the dates are static for the session.
Again, each user will have a different start and end date for their session so the values cannot be stored in a table.
Thanks for the help.