HI ALL,
Thought this would be simple but it turns out it's not.
I want to Insert INTO Alphabet (A,B,C) VALUES (1,2,3) based on an entry I extract from a form.
so I tried Insert INTO Alphabet (A,B,C) VALUES (1,2,3) WHERE Alphabet_id = [Forms]![frmAlphabet]![Alpha_id]
It doesn't work. Seems you can't use 'where' like this. Any ideas?
Thanks guys,
![]()