H
Harry van Rijn
I am in the current event of a form.
If a NewRec is there I want to access a table order_numbers in
order to search for the last ordernumber in a year (order_number has
2 field: year(=prim key), ordernumber).
But I cannot execute the seek, findrecord or findfirst method.
Or the error message says: method not available, parameter not ok.
I want to search a table for some key, and then update the found
record with som value.
If a NewRec is there I want to access a table order_numbers in
order to search for the last ordernumber in a year (order_number has
2 field: year(=prim key), ordernumber).
But I cannot execute the seek, findrecord or findfirst method.
Or the error message says: method not available, parameter not ok.
I want to search a table for some key, and then update the found
record with som value.