Unbound Control Fields- Add, Update, Save Records

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
 
S

Scott McDaniel

You will have to use Insert/Update queries, or open Recordset and use the
appropriate methods to Add or Update records.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top