I\'m pretty new to MS Access. I\'m trying to create a simple form that will basically search for a particular record using a textbox, rather than a drop down box. Essentiall
Set the form property Data/'Allow Additions' to No.
Either in the AfterUpdate event of the textbox, or in the Click event of a button, you can write code or assign a macro to look up and display the record you want.