M
Mark
Hello,
I have a form on which, when the user updates a
particular 'price' field, I want to pass this new value
alwell as the entry in the current ID field into a raw
data table, to form a sort of "historical price log"
(which is for reporting purposes only and so does not need
it's own form).
Using Access code I have so far been able to pass the
values of the two fields into stored variables on exit of
the price control once the user has updated the price. I
can open the raw data table and goto a new record. But
when I say something similar to "PriceField =
StoredVariable" I get the error message "Cannot update
field".
I have made sure the two types of variables I am passing
values into are the same as the types in the raw data
table.
Is there a standard peice of code that inputs data into a
data table?
Thank you for any help you may be able to give.
Mark
I have a form on which, when the user updates a
particular 'price' field, I want to pass this new value
alwell as the entry in the current ID field into a raw
data table, to form a sort of "historical price log"
(which is for reporting purposes only and so does not need
it's own form).
Using Access code I have so far been able to pass the
values of the two fields into stored variables on exit of
the price control once the user has updated the price. I
can open the raw data table and goto a new record. But
when I say something similar to "PriceField =
StoredVariable" I get the error message "Cannot update
field".
I have made sure the two types of variables I am passing
values into are the same as the types in the raw data
table.
Is there a standard peice of code that inputs data into a
data table?
Thank you for any help you may be able to give.
Mark