Hi, I'm new here and consider myself as a complete Access newbie.
I have a problem with a form that I created in design view with getting all the values in a field into a combo box for selection. I have no idea what I am doing at all, so this is just all trial and error. I apologise if this has been asked a million times before, I wasn't sure what to search for.
I have set up a form that will add data to a table (I will ask questions about this later), with a combo box and three textboxes. I would like to have the combo box populated with a list of names from one table, and then the form will add the data to another table. (I have the relationships set up and everything).
What I have Done
I created a query and used that as my data source for the form. It contains the name field from one table and the rest from the other. I then put as my control source for the combo box as the name field, but instead of populating it, it put each name on seperate records. For the purposes of this, the name field is the primary and foreign key, but I will be changing this to an autonumber when I work this one out.
I would prefer not to use VB for this, as I am sure it can be done without it (i.e. in properties).
Thanks for any input
I have a problem with a form that I created in design view with getting all the values in a field into a combo box for selection. I have no idea what I am doing at all, so this is just all trial and error. I apologise if this has been asked a million times before, I wasn't sure what to search for.
I have set up a form that will add data to a table (I will ask questions about this later), with a combo box and three textboxes. I would like to have the combo box populated with a list of names from one table, and then the form will add the data to another table. (I have the relationships set up and everything).
What I have Done
I created a query and used that as my data source for the form. It contains the name field from one table and the rest from the other. I then put as my control source for the combo box as the name field, but instead of populating it, it put each name on seperate records. For the purposes of this, the name field is the primary and foreign key, but I will be changing this to an autonumber when I work this one out.
I would prefer not to use VB for this, as I am sure it can be done without it (i.e. in properties).
Thanks for any input
