Thanks so much you guys! In this query I'm pulling from limited choices, so there won't be a discrepancy like with Anne and Annette.
Did you know my name is Anne, or was that just a coincidence... :o
I want to be able to have multiple parameter queries, but the user needs to have the option of entering a parameter or not limiting the output at all. How do I let the user choose "all", or what do they type in so that nothing is excluded?
I already have a form going, I need to append columns from a new table with user input to data I'm already pulling from a database. I have access books, they're not helping with this particular problem.
No, I'm using the form to pull data from another database, then I'm making a new table where the user inputs data that I planned to append to the pulled data with a query. So the user input to table is for the smaller table that I want to append.
I want to put a textbox on a form that will take user input (a zip code) and put it into a table. I'm not sure how to do this. Is it even possible, and if so, any suggestions?
I want to put a textbox on a form that will take user input (a postal code) and put it into a table. I'm not sure how to do this. Is it even possible, and if so, any suggestions?