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
Computed Column - Adding to current code
attach an imageButton to the items in a dropdownlist in ASP.Net?
How to make Report Builder 2.0 install/launch via Clickonce in Report Manager SSRS 2008
SetItem in CListCtrl failing to set text
Passing Paremeters to AddHandler Method in VB.NET
Crystal Report Wizard Add-In in Microsoft Access 2007 Requesting a Password
Server 2008 to 2003 forest as a new Domain Controller
"Service Unavailable" for all ASP pages, but all html pages OK (intermittent)
URGENT - 2003 Server - this system does not permit you to logon interactivally
Problems when running VB.NET app as a scheduled task