Going through records

Cpar

Registered User.
Local time
Today, 16:28
Joined
Jan 9, 2016
Messages
41
I have had this trouble in the past, but i just added a lot of new code to my form. I am having trouble with the format of my form staying the same from each record. Meaning i type data into one form (Some of which has code to make fields move around my form). Then when i switch to the next form (using split forms format) it copy the format of my last form. I have my code in my after update events and also my on current event and after update event. What could be causing this?
 
It's not that clear what you're asking here. I don't understand the problem.

Why move fields around the form? Then your users are going to always be guessing where the fields are going be, and it'll make them nervous. Users want predictability. Put the fields somewhere, and leave them there. IMO.
 
lol because its me and one other user. I promise we wont be nervous. I just want my format to not stay the same through all of my records.
 
Like the former lagbolt, I'm having a problem trying to understand what you're saying...but with this
...I have my code in my after update events and also my on current event and after update event...
it sounds as if you're trying to do conditional formatting (note the lower case) in code and then viewing multiple Records at the same time, and you can't do this for most formatting; the formatting of the Current Record will be displayed/reflected in all Records. For this kind of thing you need to use Conditional Formatting (note the caps) off of the Menu/Ribbon.

But this is just a guess, as I said, because your post really isn't clear as to your actual scenario. A clearer, plain language explanation of your needs/intent would probably help us to help you.

Linq ;0)>
 

Users who are viewing this thread

Back
Top Bottom