VBA from a form into a table

scrappy2

New member
Local time
Today, 10:13
Joined
Dec 12, 2008
Messages
4
Hi, Im trying to add data from a form i created into a table, I have seen alot of different examples on the internet however some are very long and i think go into to much detail, can someone please give me the correct method and syntax to do this?

for the example you could use, table = tblTasks, Field = Project, form text box = txtProject,

many thanks...
 
If you bind you form to the actual table then the data will be updated dynamically.

Try using the create forms wizard for help
 

Users who are viewing this thread

Back
Top Bottom