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
Microsoft Money - Login question
Dcount with null values
The Terminal Server has exceeded the maximum number of allowed connections
RPC server unavailable on adding host to Cluster
How do I add the YTD Column to this query in Access?
Invalid access to memory location
Asp.Net aspx page can page be reloaded and retain Values
2003 Prolaint ML370 looping during startup System License Violation.
How do you tell visual studio to reindent all code so you can match up the "if/else" "while", and strucs like that
Application.LoadFromText automation