Hi I am new to this forum and kind of new to access. I am a previous excel VBA semi-guru so im not translating well to access. Here is my problem, I am trying to write a program that does an automatic query when a new record is pulled.
I hope I don't sound foolish as I write this but here goes nothing:
I am writing a DB that allows the users to "predict" Box office results and what I want to do is user's will input their top 5 predictions and that will write to a table, then in another screen I will input the weekend actuals, what I want to do, be it on auto load or a button click, I want to do a query that will "pull" the dates from the predictions table that are the same as the current weekend date and automatically query all the predictions in a temporary prediction query for that specific weekend.
Prediction Table Columns:
User, Date, #1 Prediction, #1 High Gross, #1 low gross...
Weekend Results Table columns
Date, Number 1, Number 1 Gross...
The Prediction Table will hold predictions for all users for all weekends so I just need it to create a query for each Date record in the Weekend Results.
If I didn't clarify, or just wrote this poorly let me know I can clarify as necessary. Thanks in advance.
Q.
I hope I don't sound foolish as I write this but here goes nothing:
I am writing a DB that allows the users to "predict" Box office results and what I want to do is user's will input their top 5 predictions and that will write to a table, then in another screen I will input the weekend actuals, what I want to do, be it on auto load or a button click, I want to do a query that will "pull" the dates from the predictions table that are the same as the current weekend date and automatically query all the predictions in a temporary prediction query for that specific weekend.
Prediction Table Columns:
User, Date, #1 Prediction, #1 High Gross, #1 low gross...
Weekend Results Table columns
Date, Number 1, Number 1 Gross...
The Prediction Table will hold predictions for all users for all weekends so I just need it to create a query for each Date record in the Weekend Results.
If I didn't clarify, or just wrote this poorly let me know I can clarify as necessary. Thanks in advance.
Q.