94Sport5sp
Registered User.
- Local time
- Today, 11:10
- Joined
- May 23, 2012
- Messages
- 115
Hi:
I have created several forms to allow users to edit existing records from different tables. The user is not allowed to delete existing records nor are they allow to add records. I handle that with the form property Allow Edit/Addition/Deletion set to yes, no, no. On the form I have an unbound field to display yesterdays date, a calculation of Now() -1, and this unbound field is causing me problems for an edit only form. With the form property Allow Edit/Addition/Deletion set to yes, no, no the unbound field cannot calculate yesterdays date. The unbound field is Null. If I change the form property Allow Edit/Addition/Deletion set to yes, yes, yes then the unbound field calculates yesterdays date but the users can add records. Any way around this? Am I missing something?
Thanks
I have created several forms to allow users to edit existing records from different tables. The user is not allowed to delete existing records nor are they allow to add records. I handle that with the form property Allow Edit/Addition/Deletion set to yes, no, no. On the form I have an unbound field to display yesterdays date, a calculation of Now() -1, and this unbound field is causing me problems for an edit only form. With the form property Allow Edit/Addition/Deletion set to yes, no, no the unbound field cannot calculate yesterdays date. The unbound field is Null. If I change the form property Allow Edit/Addition/Deletion set to yes, yes, yes then the unbound field calculates yesterdays date but the users can add records. Any way around this? Am I missing something?
Thanks