D
David Hunt
I am trying to set variables to a specific value found in
a table based on it's primary key.
********* begin code sample ***********
dim precut_tabs_cost as Variant
precut_tabs_cost = [charges].[unit_price] ' where [id=26]
********* end code sample ***********
I'm not getting the syntax right. Any help would be
greatly appreciated.
a table based on it's primary key.
********* begin code sample ***********
dim precut_tabs_cost as Variant
precut_tabs_cost = [charges].[unit_price] ' where [id=26]
********* end code sample ***********
I'm not getting the syntax right. Any help would be
greatly appreciated.