From: SoggyCashew on
Hello I have a form that I need to have a text box that displays the current
record and saves it to a table named tblVMI How can I do this?
--
Thanks,
Chad
From: Dorian on
Just bind a form control (text box) to whatever table column contains the
record number.
Is this record number your primary key?
Why do you need to save this to another table?
-- Dorian
"Give someone a fish and they eat for a day; teach someone to fish and they
eat for a lifetime".

"SoggyCashew" wrote:
> Hello I have a form that I need to have a text box that displays the current
> record and saves it to a table named tblVMI How can I do this?
> --
> Thanks,
> Chad