tables

leighcloon

New member
Local time
Today, 13:05
Joined
Jan 13, 2004
Messages
5
i am new to MSAccess so please bear with me.

i have a form based on a table. On the form i enter a date into a text field (unbound) and i want insert the value into a table.

How do i do it?

leighcloon
 
i have a form based on a table. On the form i enter a date into a text field (unbound) and i want insert the value into a table.
Do you want to insert it into the same table that your form is based on? If so, make the field a bound field. If not, then consider joining the other table to the first so it can feed the form. Otherwise, you'll need to use some DAO or ADO code.
 

Users who are viewing this thread

Back
Top Bottom