Prev: I didn't see your posts until just now. Not sure what
Next: What is the difference between table relationships and links?
From: SoggyCashew on 28 Jan 2010 10:44 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 28 Jan 2010 11:42
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 |