Hi there,
I am hoping for some help on how to update records through forms....
I have a data base with a search form which works fine in displaying the records, however I now need the user to be able to update some fields but I am having lots of difficulty in doing this (recordset not updateable). I understand this is probably because of the database design, but not sure where exactly....
The structure (or lack of) is as follows...
I have a combo box to select a product name and product code (users only see the Name). The source for the combo box is a query-this works OK. I then have another combo box to display pack size-it only displays packs available from the product selected in the first combo. Again this seems fine.
I then have a search button which opens another form-(Products & Prices) to display all the products matching the users' search criteria.
The products & prices form works off a query which pulls information from several tables-Mainly it displays the product description, supplier product ID, price, net price and cascade.
The 'cascade' field indicates in which order we are currently using the products-e.g. Lowest priced supplier will be set at 1, second lowest 2 and so on. I need to be able to devise a system where the user is able to change the cascade field for the selected product and then return to the search form, search on another product, change the cascade, and so on
If anyone can help I would be much appreciated!
thanks in advance,
Sasha
I am hoping for some help on how to update records through forms....
I have a data base with a search form which works fine in displaying the records, however I now need the user to be able to update some fields but I am having lots of difficulty in doing this (recordset not updateable). I understand this is probably because of the database design, but not sure where exactly....
The structure (or lack of) is as follows...
I have a combo box to select a product name and product code (users only see the Name). The source for the combo box is a query-this works OK. I then have another combo box to display pack size-it only displays packs available from the product selected in the first combo. Again this seems fine.
I then have a search button which opens another form-(Products & Prices) to display all the products matching the users' search criteria.
The products & prices form works off a query which pulls information from several tables-Mainly it displays the product description, supplier product ID, price, net price and cascade.
The 'cascade' field indicates in which order we are currently using the products-e.g. Lowest priced supplier will be set at 1, second lowest 2 and so on. I need to be able to devise a system where the user is able to change the cascade field for the selected product and then return to the search form, search on another product, change the cascade, and so on
If anyone can help I would be much appreciated!
thanks in advance,
Sasha