i have developed a small database in access 2013. i have a table (tbl_beneficiar y) with the following fields:
1. groupid as text
2. groupname as text
3. Lperson as text
4. lphoto as attachment
etc.
i have created a form for using this table [frm_beneficiary]. i want to create a search function within this [frm_beneficiry] to search for: lperson, groupid, lphoto, etc.
I want to know how to use VB codes in order to perform the search function.
please see attachment for full details.
thanks.
1. groupid as text
2. groupname as text
3. Lperson as text
4. lphoto as attachment
etc.
i have created a form for using this table [frm_beneficiary]. i want to create a search function within this [frm_beneficiry] to search for: lperson, groupid, lphoto, etc.
I want to know how to use VB codes in order to perform the search function.
please see attachment for full details.
thanks.
Comment