O
OCTTAR
Hi!!
I have a main form with a sub form , I have linked the [number] field
between the main form and the sub form through a control using SELECT
statement to select the values from a Linked Table , they work properly, the
sub form is based on a select query and shows the selection made by the
control; In the sub form I tried to do a similar, I have a combo box that I
want to show me a data pulled from the following statement:
SELECT OMS.Date FROM OMS WHERE OMS.NumOMS=Forms!Q1FF!NOMS;
I tried this with the sub form out of the main form and work fine!, but when
I insert the sub form into the main form again, the control doesn't work and
asking for Enter the Parameter Value,I missing something??, I will appreciate
your help!!
I have a main form with a sub form , I have linked the [number] field
between the main form and the sub form through a control using SELECT
statement to select the values from a Linked Table , they work properly, the
sub form is based on a select query and shows the selection made by the
control; In the sub form I tried to do a similar, I have a combo box that I
want to show me a data pulled from the following statement:
SELECT OMS.Date FROM OMS WHERE OMS.NumOMS=Forms!Q1FF!NOMS;
I tried this with the sub form out of the main form and work fine!, but when
I insert the sub form into the main form again, the control doesn't work and
asking for Enter the Parameter Value,I missing something??, I will appreciate
your help!!