Unbound Control Fields- Add, Update, Save Records

  • Thread starter Thread starter Paul
  • Start date Start date
P

Paul

Hi All,
I built a form ("frmcoordinator"), which is linked to a
table ("Coordinator Table"). The fields in my Table are:
Organ
Senior Coordinator
SCphone
SCFax
SCEmail
Department
Location
Currently, the fields are linked ("Bound") to
the "Coordinator Table".
How do I use the "Unbound" function and have the ability
to Update, Add, Delete and Save Recors from
my "frmcoordinator"?
Thanks
Paul
 
You will have to use Insert/Update queries, or open Recordset and use the
appropriate methods to Add or Update records.
 
Back
Top