MS Access search for record by textbox instead of dropdown

后端 未结 2 1795
死守一世寂寞
死守一世寂寞 2021-01-18 06:37

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

2条回答
  •  感动是毒
    2021-01-18 06:44

    1. Set the form property Data/'Allow Additions' to No.
    2. 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.

提交回复
热议问题