Microsoft
Software
Hardware
Network
Question : OnClick event reset me.fsub List Box
I have a list box on my access form. When i click "Add a New Record" the list box data from the previous record remains.
The end goal is....
OnClick "New Record Button" zero out all subform fields
Ive tried everything i can think of with no luck. I am just getting started in Access so any help is appreciated. Thanks
Answer : OnClick event reset me.fsub List Box
This ended up working for me...
Me.NameOfListBox.RowSource
= ""
turns out the list box behaves a little bit different than a standard text box when clearing the data.
Thanks
Random Solutions
32 or 64 bit SQL Server
Increase number of rows per page in ASP.NET GridView
XML in to an ADO Recordset
How to convert a decimal value to 1 correct figure in an access query
script to setup a silent install sqlserver 2008
Populating ASPX control Target with Web.config value
SQL 2005 Syntax Error 'CREATE USER'
SBS08 - RWW - FQDN - Can't Get it to Work?
Filtering Access Report
Windows user authentication in VB.NET 3.5SP1