missing subform data

C

Chris

Can someone please point me in the right direction?

My main client form has several tab controls with subforms.

Upon Access launch some of those subforms on the first record do not display
data. The data is in the table - not displayed. UNTIL -- I select another
client, where the data is fine, and return to the first record client. The
data displays properly now.

How do I get it to display out of the gate? It was working fine until I
added code to the main form's on current event. I've scoured and find
nothing I know of that could impact. So...I must have done something else to
disable the display of that first record only on startup.

What's with that? I'm sure its a minor thing, but can someone aid me?
 
J

Jeff Boyce

Chris

Have you already restored your database to the earlier version using a
backup copy?

Regards

Jeff Boyce
Microsoft Office/Access MVP
 
C

Chris

Thanks for replying.

No. Not sure why I'd do that. The record in the table is correct, the
forms operate correctly (except for record 1 on program launch only), and
even the first record works fine if I select another first.

Any ideas?
 
J

Jeff Boyce

Based on your earlier description, it worked before, but not after you
changed something.

I asked about restoring from a backup to see if the problem existed
independent of the version you are using, or if it is, as your post
suggests, tied to the changes you made.

Regards

Jeff Boyce
Microsoft Office/Access MVP
 
C

Chris

Thanks again.

I backup very frequently but didn't note developmental changes. I am working
from a not-very-programmer perspective. I deduced it was something in an
onCurrent change. Must have been. Rewrote the code and all appears well.

I do thank you in any event.
 
Top