I have a form, which simply a list of dates and information from a query (which is simply a restatement of a table except for one criteria).
I want to be able to click on given record and then another form opens up which has all the info in the table for that date.
At the moment I have each form, but don't know how to make it so where I click knows which date to open up.
How can I read the date I am looking at and pass that as a variable and make is so the Form (form B) opens with that date .
example list has 5 dates and 2 pieces of information for each date
when I click on a given date I want the "detailed version" of that open up which is 12 fields, one of which is the date I just clicked.
I want to be able to click on given record and then another form opens up which has all the info in the table for that date.
At the moment I have each form, but don't know how to make it so where I click knows which date to open up.
How can I read the date I am looking at and pass that as a variable and make is so the Form (form B) opens with that date .
example list has 5 dates and 2 pieces of information for each date
when I click on a given date I want the "detailed version" of that open up which is 12 fields, one of which is the date I just clicked.