Keep previous data

Dante1980

Registered User.
Local time
Today, 06:23
Joined
Mar 20, 2006
Messages
11
Hi Guys,

I'm pretty new in the access world and I'm trying to build my first Database! I've a question (I bet really simple): I'd like to know how it is possible to keep previous data that I've entered in a form when I open it a second time.
Thanks a lot for you help
 
Hi - Welcome!

You need to link the form to a table. A better way to state this: You need to define a table (each of the fields and the type of data they will contain) and then create a form that is based on the table.

If you create the table first, then use one of the form wizards, it should help you to link things correctly.

Hope that helps,

- g
 
Thanks a lot!!!!!!
It was really helpful!!

Ciao
 
Link more tables to the same Form

Hi,

First of all I'd like to thank you again for your help!!!

I've another question: Is it possible to link more than one table to the same Form to keep previous data?

Thanks a lot
 

Users who are viewing this thread

Back
Top Bottom