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
net send
This message has not been sent.
Incrementing a date value in a Do..Until Loop
Unable to install anti-virus programs, and other programs also
Print Word 2003 document from Access 2003 form with contents of current record.
Using Range in DoCmd.TransferSpreadsheet acImport
Is there a way to restore the default local security policy to a server?
Free .NET tool to convert RTF to HTML
How do I STOP a network drive from automatically mapping when I logon?
Go to a specific Record in a popup form from a record listed in an open form/subform