I have a subform that needs to have 2 fields from the TblInventory Master list stored in the TblTransactionsDetails. One the Item ID is no problem as have it bound from a combo box, but the other is the Catprice.
This Catprice can change during the year due to price increases plus we want to be able to change price on an sale by sale basis.
Currently, we display the Catprice and then in field next to it enter the SalesPrice. This is a lot of data entry plus opens up for errors-nothing in it or extra amounts.
I want to populate the SalesPrice with the Catprice but be able to change it, if necessary, without effecting the Catprice; and also be able to change the CatPrice without changing SalesPrices that are already entered.
I reviewed and tried the way the sample Northwest Database has it in the Order subform UnitPrice and AfterUpdate property, but keep getting a Error message "3075 syntax error". I have tried everything I can think of but still get this message.
I have set this combo up using the simplest information but in reality, the combo box would be based on a query which allows us to see our availability. Assumed that getting to work in the simplest form is my first step.
Can anyone help me? There are 3 subforms that are setup basically the same way so if I can get it to work on one the rest should fall into line.
This Catprice can change during the year due to price increases plus we want to be able to change price on an sale by sale basis.
Currently, we display the Catprice and then in field next to it enter the SalesPrice. This is a lot of data entry plus opens up for errors-nothing in it or extra amounts.
I want to populate the SalesPrice with the Catprice but be able to change it, if necessary, without effecting the Catprice; and also be able to change the CatPrice without changing SalesPrices that are already entered.
I reviewed and tried the way the sample Northwest Database has it in the Order subform UnitPrice and AfterUpdate property, but keep getting a Error message "3075 syntax error". I have tried everything I can think of but still get this message.
I have set this combo up using the simplest information but in reality, the combo box would be based on a query which allows us to see our availability. Assumed that getting to work in the simplest form is my first step.
Can anyone help me? There are 3 subforms that are setup basically the same way so if I can get it to work on one the rest should fall into line.