Query

  • Thread starter Thread starter brandon
  • Start date Start date
B

brandon

I would like to use a field on a form to limit the values
on another field on the same form.

The two fields are stored on one table.
Both are Combo-boxes.
Thanks,
 
Use the first combo box as a criteria for the second. You may need to put a
ME.REQUERY into the AFTERUPDATE property of the first combo box for it to
work.

Mike
 
Back
Top