View Full Version : i dunno if i need a query but i think so...


Celtic Queen
03-19-2003, 10:46 AM
Hiya, I have a major Access school project to complete and I need a bit of help
I want to know how I can make a query that reads a user's input in a certain field and uses that information to display information in another form, say, if a user types in Nintendo in a 'console name' field, then details of nintendo consoles will pop up in a console details form
Pleease help x

Pat Hartman
03-19-2003, 12:12 PM
Use the "where" argument of the OpenForm Method. You can see the syntax in help or search the archives for my name and today's date for "OpenForm".