Problem with synchronization in form (1 Viewer)

miki033

New member
Local time
Yesterday, 18:34
Joined
Jun 11, 2013
Messages
7
Hello!
I'm working in Access 2007 and I have a problem now. So, I created 3 tables:
a) cars
- ID_car
- ID_model of car
- ID_brand of car
b) models of cars
- ID_model of car
- ID_brand of car
c) brands of cars
- ID_brand of car

and I want to create form which will be able to synchronize brand and model of car. I mean, if I chose one brand of car (e.g. Renault), I can choose just the models belonging to this brand (e.g. Megane).

Is anybody who could help me in this case?
 

miki033

New member
Local time
Yesterday, 18:34
Joined
Jun 11, 2013
Messages
7
Thank you, but I don't quite understand this. I think my problem is more complicated and I am a beginner if it's about databases. Do you have any idea to solve my problem?
 

David R

I know a few things...
Local time
Yesterday, 20:34
Joined
Oct 23, 2001
Messages
2,633
That's what pbaldy offered you./ If the first box is chosen, it limits the options in the second to those that are appropriate for the first selection.
 

miki033

New member
Local time
Yesterday, 18:34
Joined
Jun 11, 2013
Messages
7
I don't really know how solve my problem. I would be glad if you could explain me what every word means in this sentence:

[Forms]![CascadingComboSample]![cboState1]

and tell me eventually what I should write in my case. It's really important project of database.
 

pbaldy

Wino Moderator
Staff member
Local time
Yesterday, 18:34
Joined
Aug 30, 2003
Messages
36,125
[Forms] Leave as is
[CascadingComboSample] Name of your form
[cboState1] name of your first combo
 

miki033

New member
Local time
Yesterday, 18:34
Joined
Jun 11, 2013
Messages
7
But in my case there are data form diffrent tables, I have a problem with this fact.
 

pbaldy

Wino Moderator
Staff member
Local time
Yesterday, 18:34
Joined
Aug 30, 2003
Messages
36,125
No problemo!
 

Users who are viewing this thread

Top Bottom