Goal: User selects a item from a drop-down list of items, after selecting an item a textbox is populated with the price of the item.
I believe I need to use an OnChange event to execute a query to retrieve the price but I'm unsure of the sql
syntax in Access. Any examples would be appreciated.
I combed through several msgs that were close to what I need but no examples to play around with and use.
-------------------------------------
Tablename: ItemsAndMonthlyRates
Columns: ItemID, Item, MonthlyRate.
-------------------------------------
Thanks,
Dave
I believe I need to use an OnChange event to execute a query to retrieve the price but I'm unsure of the sql
syntax in Access. Any examples would be appreciated.
I combed through several msgs that were close to what I need but no examples to play around with and use.
-------------------------------------
Tablename: ItemsAndMonthlyRates
Columns: ItemID, Item, MonthlyRate.
-------------------------------------
Thanks,
Dave