G
gmazza via AccessMonster.com
Hey there,
I have a form that I created and for the label, I created a text box and am
actually getting a value from table 1.
For the value of the label, I created a text box and get the value from table
2.
These tables will always have equal records and they are linked to eachother.
So I want to display all the labels from table 1 on 1 page of the form, no
scrolling, and on the same page, right beside the label, I want to display
the value from table 2.
I have 2 issues:
1. I can't seem to display ALL the fields(labels) from table 1 on 1 page in
the form, without scrolling through records.
2. I want to make the fields next to the label, those coming from table 2,
into a combo box.
Then when I choose from the combo box for each field(label), it all gets
saved into a table for reporting purposes.
I tried making the form a continuous form, and that displays all the records
on 1 page, but when I choose a value from the combo box, it changes that
value for each record on the page. I want that value from the combo box to
save for THAT field(label). So I want to be able to have different values
from the combo box saved for each record.
I'm not too sure what I need to do exactly. If you need more info, I can
provide a more detailed description of the problem.
Thanks for your help in advance!
I have a form that I created and for the label, I created a text box and am
actually getting a value from table 1.
For the value of the label, I created a text box and get the value from table
2.
These tables will always have equal records and they are linked to eachother.
So I want to display all the labels from table 1 on 1 page of the form, no
scrolling, and on the same page, right beside the label, I want to display
the value from table 2.
I have 2 issues:
1. I can't seem to display ALL the fields(labels) from table 1 on 1 page in
the form, without scrolling through records.
2. I want to make the fields next to the label, those coming from table 2,
into a combo box.
Then when I choose from the combo box for each field(label), it all gets
saved into a table for reporting purposes.
I tried making the form a continuous form, and that displays all the records
on 1 page, but when I choose a value from the combo box, it changes that
value for each record on the page. I want that value from the combo box to
save for THAT field(label). So I want to be able to have different values
from the combo box saved for each record.
I'm not too sure what I need to do exactly. If you need more info, I can
provide a more detailed description of the problem.
Thanks for your help in advance!