I removed all of the cirteria in the query. I also changed the column ChargeID to Booking Sheet number (using the Charges table).
I have the following behind the command button:
DoCmd.OpenReport stDocName, acPreview, , "[Booking Sheet Number]=" & Forms![BookingSheet]![ID] & " AND [ChargeID]=" & Forms![BookingSheet]![Charges].Form![ChargeID]
Now I get an error that says that "[Booking Sheet Numer]" could refer to more than one table.
I know I'm working way too hard on this. I voulunteered to do much more than I'm capable of. -Way Stressed!
I have the following behind the command button:
DoCmd.OpenReport stDocName, acPreview, , "[Booking Sheet Number]=" & Forms![BookingSheet]![ID] & " AND [ChargeID]=" & Forms![BookingSheet]![Charges].Form![ChargeID]
Now I get an error that says that "[Booking Sheet Numer]" could refer to more than one table.
I know I'm working way too hard on this. I voulunteered to do much more than I'm capable of. -Way Stressed!