C chilepepper New member Local time Yesterday, 21:25 Joined Jun 20, 2008 Messages 5 Jun 21, 2008 #1 Is it possible to have a text store it information in a table(s) other than the main table associated with a form.
Is it possible to have a text store it information in a table(s) other than the main table associated with a form.
ajetrumpet Banned Local time Yesterday, 20:25 Joined Jun 22, 2007 Messages 5,628 Jun 21, 2008 #2 Yes, but the textbox will be unbound, so you will either have to issue an UPDATE statement through SQL, or use the table's recordset method.
Yes, but the textbox will be unbound, so you will either have to issue an UPDATE statement through SQL, or use the table's recordset method.