isladogs
MVP / VIP
- Local time
- Today, 22:01
- Joined
- Jan 14, 2017
- Messages
- 18,757
Very odd. That part worked fine in the version I tested yesterday ...BUT NOT in your latest upload.
I would upload my copy but there are several other issues e.g.
1. on first load all details items show the same data & the red text shows for each
2. clicking the details box shows the correct text for each BUT hides the red text for each no matter how long/short it is
3. there is an extra 'phantom' details entry at the bottom of each member subform
4. Private checkbox is locked
.... and probably more!
NOTE: Points 1 & 2 are unavoidable in a continuous form as each item is the same control repeated for each record.
So changes to one record affect all records. If that's a deal breaker, then you need to scrap this idea
Points 3 & 4 are separate issues not related to this code AFAIK
Sorry to say that its a bit of a mess. The Recordset part in Form_Current conflicts with other code elsewhere on your form
Rather than tinker at fixing issues one at a time, it needs the whole form reviewing to try & make sense of what's going on.
I'm busy all day today but will try and look at it in the near future.
Hopefully someone else can look at this first.
It look like the Form_Current event needs rewriting completely
For now I suggest you disable the Form Current event and continue without using this effect. Then at least the rest of the form is usable for now
I would upload my copy but there are several other issues e.g.
1. on first load all details items show the same data & the red text shows for each
2. clicking the details box shows the correct text for each BUT hides the red text for each no matter how long/short it is
3. there is an extra 'phantom' details entry at the bottom of each member subform
4. Private checkbox is locked
.... and probably more!
NOTE: Points 1 & 2 are unavoidable in a continuous form as each item is the same control repeated for each record.
So changes to one record affect all records. If that's a deal breaker, then you need to scrap this idea
Points 3 & 4 are separate issues not related to this code AFAIK
Sorry to say that its a bit of a mess. The Recordset part in Form_Current conflicts with other code elsewhere on your form
Rather than tinker at fixing issues one at a time, it needs the whole form reviewing to try & make sense of what's going on.
I'm busy all day today but will try and look at it in the near future.
Hopefully someone else can look at this first.
It look like the Form_Current event needs rewriting completely
For now I suggest you disable the Form Current event and continue without using this effect. Then at least the rest of the form is usable for now
Last edited: