Help me please...this is driving me insane

D

del

Hi,

I have a very simple database with a list of contacts. On opening, the user
should be able to select a city from a crude dropdown box, then click on the
button and generate a simple report listing the contact details for people
living in that city.

I would appreciate it if some kind sould could take a look at this and show
me the error of my ways before I go completely mad.

I can forward a zipped up version of the db to anyone who could help..it is
a small file (25k)

TIA

Del.
 
E

ETSherman

Forthe benefit of the newsgroup the problem was the combo box's bound column
was set to the AutoNumber key field of the source table rather than the City
field.

ET
 
Top