A
ACAS
I have two tables. First table containe fields:
ID POGONI GAZOLIN
(Primary Key)
In second table I have two lookup combo boxes:
Pogon:
Row Source Type: Table/Query
Row Source SELECT POGONI.POGONI FROM POGONI
And
Gazolin:
Row Source Type: Table/Query
Row Source SELECT POGONI.Gazolin FROM POGONI
When I have updated field 'Gazolin' in Table 'POGONI' (First table), same
field ('Gazolin') in second table is not updated.
Example:
First table before update:
POGONI Gazolin
PPPPP 500
Second table before update:
POGONI Gazolin
PPPPP 500
First table after update:
POGONI Gazolin
PPPPP 700
Second table after update:
POGONI Gazolin
PPPPP 500
Best regards,
ACAS
ID POGONI GAZOLIN
(Primary Key)
In second table I have two lookup combo boxes:
Pogon:
Row Source Type: Table/Query
Row Source SELECT POGONI.POGONI FROM POGONI
And
Gazolin:
Row Source Type: Table/Query
Row Source SELECT POGONI.Gazolin FROM POGONI
When I have updated field 'Gazolin' in Table 'POGONI' (First table), same
field ('Gazolin') in second table is not updated.
Example:
First table before update:
POGONI Gazolin
PPPPP 500
Second table before update:
POGONI Gazolin
PPPPP 500
First table after update:
POGONI Gazolin
PPPPP 700
Second table after update:
POGONI Gazolin
PPPPP 500
Best regards,
ACAS