ianbrown76
Technical User
Hi,
How do I take a value in a field in a form and place it into a field in a table? I'm wanting to put the 'products sold' from my form into a table called 'Products' and the field being 'Products sold'. I can't seem to name the appropriate fields correctly.
My coding is
Tables![produts]![products sold] = Me![products sold]
If anyone can help me I'd most appreciate it.
Ian
How do I take a value in a field in a form and place it into a field in a table? I'm wanting to put the 'products sold' from my form into a table called 'Products' and the field being 'Products sold'. I can't seem to name the appropriate fields correctly.
My coding is
Tables![produts]![products sold] = Me![products sold]
If anyone can help me I'd most appreciate it.
Ian