In the insert form, how can I pre-define one of the values to be inserted without the interference of the user?
e.g. the user wants to insert a new order that consists of orderId, productId, price, discount … etc. I want the orderId to be inserted automatically (from a variable) and the user inserts the rest of the record…
Best Regards,