L
ljubo lecic via AccessMonster.com
I have the simple continuous form with several fields.
When entering data I want to fill some of my fields with data from another
table based on the value entered in
my first field "FIELD1"
I want to do something like this:"
select Column_x into My_Field_in_my_form
from Table_x
where table_X.id = Forms!My_Form!FIELD1"
This is probably incorrect in ACCESS but it shows what i need.
I am New in ACCESS ! THANKS in advance!
When entering data I want to fill some of my fields with data from another
table based on the value entered in
my first field "FIELD1"
I want to do something like this:"
select Column_x into My_Field_in_my_form
from Table_x
where table_X.id = Forms!My_Form!FIELD1"
This is probably incorrect in ACCESS but it shows what i need.
I am New in ACCESS ! THANKS in advance!