weird behavior

M

mcnews

i have a form that contains some fields that are bound to a table and
the others i grab a recordset.
for some reason the fields that are bound by the recordset get cleared
out.
if i insert a breakpoint in the on current event or in the routine
that fills the unbound fields the fields remain populated.

what gives and what can i do to fix?
 
J

John W. Vinson

i have a form that contains some fields that are bound to a table and
the others i grab a recordset.
for some reason the fields that are bound by the recordset get cleared
out.
if i insert a breakpoint in the on current event or in the routine
that fills the unbound fields the fields remain populated.

what gives and what can i do to fix?

Since we cannot see your code, or the SQL of your recordset, all anyone can
say is "There's a problem in your code".

Give us a hand here?

John W. Vinson [MVP]
 
M

mcnews

Since we cannot see your code, or the SQL of your recordset, all anyone can
say is "There's a problem in your code".

Give us a hand here?

John W. Vinson [MVP]

debug.print shows me that my recordset contains data so it ain't the
code.
i think i fixed it it, tho.
looks like it happens when i go from design to display mode.
 
J

John W. Vinson

debug.print shows me that my recordset contains data so it ain't the
code.
i think i fixed it it, tho.
looks like it happens when i go from design to display mode.

If there's something we can do to help, please let us know enough details of
the problem so that we can do so.

John W. Vinson [MVP]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top