G
Guest
The problem I have at the moment is that I have a Combox box with 6 values in
it. If someone chooses value 1 it should populate a Textbox with a fixed
string, value 2 with a different string etc. I am not sure of the procedure
to use. How does Access relate the chosen record to the row?
If I write a procedure for the AfterUpdate should it look like the following:
Me.Comboxbox.Value = Me.Textbox.value
Should that be it ??
Thanks in Advance
it. If someone chooses value 1 it should populate a Textbox with a fixed
string, value 2 with a different string etc. I am not sure of the procedure
to use. How does Access relate the chosen record to the row?
If I write a procedure for the AfterUpdate should it look like the following:
Me.Comboxbox.Value = Me.Textbox.value
Should that be it ??
Thanks in Advance