Constructing a Form from filled up data tables and ADDING more data through it

HappyBunny

Registered User.
Local time
Today, 09:30
Joined
Jun 6, 2008
Messages
22
I build a form for the 8000 or something main records and now I can't add new data to them because when I set it to data entry my records go down to 1. WHAT DO I DO.
I've been stuck on this for a week.
Also, my subforms are not blank, but missing when a record doesn't have data for them. How do I enter stuff?

PLEASE HELP.. PRETTY PLEASE
 
Can you poast an example db? Obv with less data or whatever.
 
That's what the DataEntry Property does when it's set to Yes! It only allows adding records; you can't look at existing records! But you don't have to have Data Entry set to Yes to add records! On your main form set Data Entry to No and set AllowAdditions to Yes, AllowEdits to Yes and you should be fine. IF you want to be able to delete records, set AllowDeletions to Yes as well.

Linq
 

Users who are viewing this thread

Back
Top Bottom