B
BrookieOU
I have a tblBillableHours and tblProjectBilling. In the tblBillable Hours I
store all of the pay periods along with the number of billable days and hours
per pay period. In the tblProjectBilling I store the invoices we bill and
use a lookup field to lookup the pay period from tblBillableHours.
I am trying to do a query where it will list the name, invoice #, PO#, date
and invoice amount from tblProjectBilling. I would like to enter a parameter
so that it will prompt users to enter the pay period of the invoices they
would like to see. The problem I'm having is that because of the lookup it
wants me to enter the autonumber assigned to the pay period and not the date.
Is there a way I can set it so that I can enter the date and not the
autonumber?
And thanks to everyone who has helped me and everyone else on here! It's
great!
Brooke
store all of the pay periods along with the number of billable days and hours
per pay period. In the tblProjectBilling I store the invoices we bill and
use a lookup field to lookup the pay period from tblBillableHours.
I am trying to do a query where it will list the name, invoice #, PO#, date
and invoice amount from tblProjectBilling. I would like to enter a parameter
so that it will prompt users to enter the pay period of the invoices they
would like to see. The problem I'm having is that because of the lookup it
wants me to enter the autonumber assigned to the pay period and not the date.
Is there a way I can set it so that I can enter the date and not the
autonumber?
And thanks to everyone who has helped me and everyone else on here! It's
great!
Brooke