R
Rita
The user inputs the date the payroll ends every two weeks in a form (the
table just has one field). I use this date to run all my forms and reports.
This week the date is 10/11/08.
I want to list the clients on a form. They click a button to pull up the
client's payroll information form (this form contains a subreport will all
the details). This form will pull up if the client IDs match and the payroll
period ending date (this week we're using 10/11/08).
My query is very simple, I just list the client's last and first name. I'd
like to be able to pull in field [PayPeriodDate] from the table [PayPeriod].
I tried just adding the table and adding the field to the table, but I need
to establish a relationship.
table just has one field). I use this date to run all my forms and reports.
This week the date is 10/11/08.
I want to list the clients on a form. They click a button to pull up the
client's payroll information form (this form contains a subreport will all
the details). This form will pull up if the client IDs match and the payroll
period ending date (this week we're using 10/11/08).
My query is very simple, I just list the client's last and first name. I'd
like to be able to pull in field [PayPeriodDate] from the table [PayPeriod].
I tried just adding the table and adding the field to the table, but I need
to establish a relationship.