O.k. i have 2 tables table one has account num and employee in table 2 has employee in it only. i want to connect the account num field on my form to the 1st table using an ado datacontrol, then i want to be able to connect employee from table one to same datacontrol, but i want it to be a drop down box and i want the options to be pulled from the second table which is essentially a list for my drop down box and nothing more. how can i store the field and pull itfrom the main table but use the other table for its drop down options?