show and save record number

  • Thread starter Thread starter SoggyCashew
  • Start date Start date
S

SoggyCashew

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?
 
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".
 
Back
Top