adding VBA

  • Thread starter Thread starter Lab Manager
  • Start date Start date
L

Lab Manager

Hi all--
I am REALLY new at access and found a great VBA code for cascading combo
boxes. The only problem is I do not know where / how to install this code.
Any suggestions would be VERY greatly appreciated.
Thank you in advance
Lawrence Dodge
 
Perhaps a sample would be useful. On my website is a small sample database
called: CascadingComboBoxes.mdb
(http://www.rogersaccesslibrary.com/forum/topic389.html), which illustrates
several variations. At the very least, it will show you where to put the
code. Look in the Event properties of the combo boxes.


--
--Roger Carlson
MS Access MVP
Access Database Samples: www.rogersaccesslibrary.com
Want answers to your Access questions in your Email?
Free subscription:
http://peach.ease.lsoft.com/scripts/wa.exe?SUBED1=ACCESS-L
 
Lab Manager said:
Hi all--
I am REALLY new at access and found a great VBA code for cascading combo
boxes. The only problem is I do not know where / how to install this code.
Any suggestions would be VERY greatly appreciated.
Thank you in advance
Lawrence Dodge

There's a sample, using list boxes (which works identically to combo boxes)
at:

http://accessmvp.com/Arvin/Combo.zip
--
Arvin Meyer, MCP, MVP
http://www.datastrat.com
http://www.accessmvp.com
http://www.mvps.org/access
Co-author: "Access 2010 Solutions", published by Wiley
 
Back
Top