Anauz
02-13-2001, 06:05 AM
I want to be able to display first record in my table in the combobox rather than a blank field. I don't want to put in a default value in the properites box because it is sorted Alphabetically....and something could replace it as the first later on. Any ideas?
Thanx in advance
Chris RR
02-13-2001, 06:18 AM
Try "is not null" in the criteria of the query for your combo box.
Anauz
02-13-2001, 06:25 AM
didn't work, combobox is still blank
Chris RR
02-13-2001, 06:33 AM
Let me back up & ask, is your combo box based on a query?
Anauz
02-13-2001, 06:51 AM
no a table....sorry should have said that.
Chris RR
02-13-2001, 09:45 AM
You might then try basing the combo box on a query of that table.