In Access, on a form, when we select lets say a customer ID from a drop down box, is there a way to automatically fill in the fields, like customer name and address based on the ID chosen from the drop down list? if so - how?
thanks
thanks

This is kinda like what the combobox is all about. That's why it has a rowsource and a recordsource. Look things up in one place, and store them (or a key that points to them) in another place.Tech said:in a form, customly made, if i add another field/text box, how can i link it to make it autocomplete if another drop down box in the form can retrieve its data?
Look at your form's record source. This should give you the answer to your questioni added a new field in the bookings table and saved it. but how do i get that field in the form? I created a text box manually for that field but cant see the new field in the control source property of that text box.