Wondering if anyone could help me. I am making a vehicle database for my business, i do have a little bit of experience when dealing with Access but not with VBA or any type of programming as such so really would like to stay away from this but if it has to be it has to be.
So, at the minute i plan to have several tables for each different make listing the different models from that particular make of vehicle. For example, MAKE_Renault lists Clio, Megane and MAKE_Ford lists Mondeo, Focus, Ranger. Now, i have a table called 'Vehicles for sale' which is the main data table containing all information about the car and it is here where i would like the combo boxes to be i already have another table set up which is a one column table which just list the different make of vehicles called 'Make' so one of the combo boxes is looking up this and just relaying the results back in a combo box.
This is the bit that i am struggling with now, i would like the first combo box which is the 'Make' one to influence the second to display the results only from the make which is specified in the first combo box so i would like it to look up the table which is listed in the 'Make' combo box. Is there any way of doing this.
Thanks in advance.