Hi I found problem with insert in vba.
is not possible to execute because in criteria where I specify same field.
But I need specify seq
Please advise
Code:
DoCmd.RunSQL "insert into SeqNo (SequenceNo) Select seq From print_all WHERE line = '01' and reqd_date = [Forms]![Production Plan]![Text5] and seq = '1'"
But I need specify seq
Please advise