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

How to understand 2 main() functions after using uftrace to profile the C++ program? -

c# - Update a combobox from a presenter (MVP) -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -