J
Josué
Hi, can anyone help me with this issue. I have searched the forum but I
haven´t found a similar situation with this one. I don´t if it is possible to
do what I am trying to do.
In a database I have a main form where the user selects a Supplier and all
the fields related to that supplier are automatically populated, in this form
theres is a subform with a combobox where the user needs to insert the
supplier code again, if the code is different the user will get an error, I
cascaded this combobox, named Supplier, with another combobox in the same
subform, named Products, so that the user can only select products sold by
the selected supplier. When i try to select a product I am getting a pop-up
window with the following text "forms!subformName!FieldName" where i need to
type the supplier code again so that the combobox Products shows me the
products for this supplier. the criteria for this combo is set as:
SELECT DISTINCTROW ProductDetail.Product FROM ProductDetail WHERE
(((ProductDetail.Supplier) Like Forms!OrderDetails!Supplier));
How can I stop that pop-up window?
Another question.
In the same subform, after i select a product on the combobox how can I
autopopulate the other fields related to the product that are also on the
table ProductDetails?
Sorry for my English if I am not being very clear exposing my case.
Thanks in advance
haven´t found a similar situation with this one. I don´t if it is possible to
do what I am trying to do.
In a database I have a main form where the user selects a Supplier and all
the fields related to that supplier are automatically populated, in this form
theres is a subform with a combobox where the user needs to insert the
supplier code again, if the code is different the user will get an error, I
cascaded this combobox, named Supplier, with another combobox in the same
subform, named Products, so that the user can only select products sold by
the selected supplier. When i try to select a product I am getting a pop-up
window with the following text "forms!subformName!FieldName" where i need to
type the supplier code again so that the combobox Products shows me the
products for this supplier. the criteria for this combo is set as:
SELECT DISTINCTROW ProductDetail.Product FROM ProductDetail WHERE
(((ProductDetail.Supplier) Like Forms!OrderDetails!Supplier));
How can I stop that pop-up window?
Another question.
In the same subform, after i select a product on the combobox how can I
autopopulate the other fields related to the product that are also on the
table ProductDetails?
Sorry for my English if I am not being very clear exposing my case.
Thanks in advance