Microsoft
Software
Hardware
Network
Question : Filter datasheet view in access 2003 form
Hi all.
I have an access 2003 form where the end user enters an item in an InputBox and once they do that it opens another form in datasheet view (the source is a table), how do I filter that to only include records equal to what the end user entered in the InputBox.
Note, the end user will then be able to change one field in the datasheet view or delete a row altogether.
Thank you in advance!
Answer : Filter datasheet view in access 2003 form
in the codes that open the the datasheet form add a where condition
docmd.openform "formName",,, "[FieldName]= " & Inputbox(Enter Whatever)
post the codes that you are using to open the datasheet form and we will modify it
Random Solutions
Access VBA
Access Form with labels can't cycle through labesl in vba code. Original labels recognized but not newly added labels.
Division & OLAP Cubes
How do you/Can you use data from multiple reports and put them on one report
IF Statement with Index formula
Setting Office (Excel) workgroup templates location
RRAS & VPN install on Server 2003
Send Email Notification on Password expiry in AD to users
Column 'xxx' is invalid in the select list because it is not contained in either an aggregate function or the GROUP BY clause
Restoring a CString From a LPARAM