Solved Using A Form For Data Entry (1 Viewer)

jo15765

Registered User.
Local time
Today, 07:39
Joined
Jun 24, 2011
Messages
130
How can I have a user input data into a form and it save the input data into a table?

The table currently has data in it, and I do not want the user to be able to view/edit data that has previously been input.

How would I set this up?
 

bob fitz

AWF VIP
Local time
Today, 14:39
Joined
May 23, 2011
Messages
4,717
Bind the form to the table and set the forms "Data Entry" to Yes
 

jo15765

Registered User.
Local time
Today, 07:39
Joined
Jun 24, 2011
Messages
130
will that keep the user from being able to view previously input data?
 

bob fitz

AWF VIP
Local time
Today, 14:39
Joined
May 23, 2011
Messages
4,717
User will only be able to see records added in the session that it is opened.
So if a user opens the form and enters say, three new records, then those three records will be available but not those records that were existing when the form was opened. Those earlier records will not be available.
 
Last edited:

Users who are viewing this thread

Top Bottom