A
Anand
Hello,
I have a table which contains Parameter values for different components. The
components are stored in another table. Something like this:
Component #1: Param #1, Param #2
Component #2: Param #1, Param #3
I have two forms Form1 and Form2. Form1 takes user input in selecting the
Component. Form2 is an unbound form with a set of TextBox controls.
Here is what I want to do: Everytime the user selects a Component in Form1 I
want Access to open Form2 and fill the parameter values of that component in
the Caption of the Label controls. I also want to hide the TextBox controls
that were not used for that component.
I know how to call the data from the underlying tables from VBA. I want help
with setting the value of the Captions and hiding the unused TextBox controls.
Thanks in advance
Anand
I have a table which contains Parameter values for different components. The
components are stored in another table. Something like this:
Component #1: Param #1, Param #2
Component #2: Param #1, Param #3
I have two forms Form1 and Form2. Form1 takes user input in selecting the
Component. Form2 is an unbound form with a set of TextBox controls.
Here is what I want to do: Everytime the user selects a Component in Form1 I
want Access to open Form2 and fill the parameter values of that component in
the Caption of the Label controls. I also want to hide the TextBox controls
that were not used for that component.
I know how to call the data from the underlying tables from VBA. I want help
with setting the value of the Captions and hiding the unused TextBox controls.
Thanks in advance
Anand