Access Form - Search Functionality -


i have application made using access , vb has records transactions on different accounts. 2 main fields on form 'accountnumber' , 'transid'

at bottom of form (i'm assuming status bar), shown
1) 'record:' , record number of particular transaction, arrows go next or last transaction.
2) 'search' , small search box.

when start type number in search box, tries find records match accountnumber or transid.

what search box
, how view code/properties that? when go 'form design' mode, search box doesn't show , hence cannot view properties search box.

what i'm trying is
build search box (search type) can type numbr in , should automatically pull first record accountnumber matches number typed.

would need build search box or can edit existing search box in bottom of form?


Comments

Popular posts from this blog

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

android - ConstraintLayout: Realign baseline constraint in case if dependent view visibility was set to GONE -

c# - Populating Gridview inside Listview ItemTemplate On Web User Control from Code Behind -