Combo Box help (database included)

andrew.bistak

New member
Local time
Today, 16:08
Joined
Jul 25, 2005
Messages
6
hi All,
I've included an extremely cut down version of my database (33k zip file) with the example I'm trying to do.

There is a Combo Box (three options), I basically want this box to switch to the relevent record. (e.g. if you select Rural, it will switch to the next rural record) Rather, the combo box is changing the field of the current record to Rural which I don't want it do. I also want the ability to "Filter by Selection" too which it does but it just changes the current record :(

Any help would be GREATLY appreciated! It's been driving me crazy for days now.

If you click on "FOCUS OF SERVICE", the combo box in question is called "AREA" that is located up the top.

databasedemo.zip

thanks,
andrew
 
Thanks Trucktime, I'm unfortunately new to the game of MS ACCESS but I'm slowly getting there.

With that demo code, what exactly does this line mean?

Dim rs As DAO.Recordset

regards,
Andrew
 

Users who are viewing this thread

Back
Top Bottom