I apoligise for my obscurity, I think you gave me the correct answer which
raises more questions.
1) How do you bound a combo box to a form? My database will be used to sort
drawing files and does not require "relationships" I don't think.
You don't, and can't, "bound a combo box to a form".
Data is not STORED in forms. It's stored in Tables, and only in
Tables. Forms are just tools, windows which let you edit the data in
Tables. And if you have both a Form and a combo box, it sounds like
you have two tables (the Form's Recordsource, the records which the
form is displaying, and the Combo's RowSource, the values which the
combo displays); I suspect that you *do* need some relationships.
Stop, step back, and maybe read some of the references in Jeff's
Database Design 101 links or the introductory material on the Access
Web. If you're going to use Access, you should be prepared for a
somewhat steeper learning curve than in Word or Excel.
Jeff Conrad's resources page:
http://home.bendbroadband.com/conradsystems/accessjunkie/resources.html
The Access Web resources page:
http://www.mvps.org/access/resources/index.html
John W. Vinson[MVP]