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
Need help getting started with n-tier design in asp.net 3.5
Formula for Previous Friday to Thursday
how to overpass This program is blocked due to compatibility issues"
Replication failed. The search key was not found in any record.
Add outlook task item using MS Access form
Active Administrator Agent
Two DHCP Servers on one network
VBScript add sheets to workbook loop
How to change color in datarow in gridview in Web Part??
Create a graph in a Word doc from Access based on access table data