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
how to skip tempdb in SP_MSFOREACHTABLE and SP_SPACEUSED
How would I extract one of each number in an excel column that contains many copies of hundreds of numbers?
Deploy a change in registry in a terminal server farm
How to call a sub in a seperate class file
BAR CHART in EXCEL data is upside down..
Take some of the data from cursor to a variable
Access VBA - Need to wait a few seconds...
VBA Powerpoint 2003/2007 - Align text inside a textbox/Shape
Promoting secondary dns server to primary
Remote Desktop between 2 Win XP Pro machines on a LAN. How much more simple could it be and how hard is it for me!