Help!! Database building issue

LeeSmith

Registered User.
Local time
Today, 17:39
Joined
Mar 17, 2006
Messages
27
Hi all, i'm new here and I have a query about a database i'm building with which any help would be appreciated.

I'm designing a form and I need to be able to have an option to save to a temporary table for retrieval by users so that they can continue their saved record at a later time. Does anyone have any ideas on the best way to do this as I am relatively inexperienced and I have to have the whole database complete before Wednesday:confused:
 
Hello Lee!

1) Create a Table first, then let WIZARD to create a Form on this table.
2) Before all, (if you want to create a good MDB), you have to learn
something about DATABASE NORMALIZATION.
 
You say users (plural). That means you are going to need a temporary table for each user. This can be achieved by splitting your database and having a different front end for each user. Hold the temporary table in the front end and use an append query to write it to the back end table, perhaps attached to a button.
 

Users who are viewing this thread

Back
Top Bottom