hello all. i'm having a problem with the update query. i have a table, which is products in stock. it has
codep text primary key
quantitystock number
and then i have
linearticle
codec text (references commandes)
codep
quantitybought
im currently using forms to fill out the tables.
my problem is, that i can't figure out how to make the query get the codep i have currently open in the form, and then go to products table, and removes quantitybought from quantitystock
codep text primary key
quantitystock number
and then i have
linearticle
codec text (references commandes)
codep
quantitybought
im currently using forms to fill out the tables.
my problem is, that i can't figure out how to make the query get the codep i have currently open in the form, and then go to products table, and removes quantitybought from quantitystock
Comment