Jan 23, 2004 #1 weltergon MIS Joined Oct 1, 2002 Messages 21 Location US How can I pass values chosen on a form to use in a query that a report is based off of? Thanks
Jan 23, 2004 #2 PaulBricker Programmer Joined Sep 25, 2002 Messages 3,554 Location US Set the criteria in your Query to the textboxes in your Form using =Forms!FormName!TextboxName identifiers. Paul Upvote 0 Downvote
Set the criteria in your Query to the textboxes in your Form using =Forms!FormName!TextboxName identifiers. Paul
Jan 23, 2004 Thread starter #3 weltergon MIS Joined Oct 1, 2002 Messages 21 Location US Thanks, But what if I am using check boxes and they can choose mutiple criteria? Upvote 0 Downvote