Popup appearing blank...

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have created various popup forms and one in particular comes up blank. If
I leave that form open but click the command button again then the fields and
data appear but not the first time. Any ideas how I can fix this?

Nikki
 
I have created various popup forms and one in particular comes up blank. If
I leave that form open but click the command button again then the fields and
data appear but not the first time. Any ideas how I can fix this?

Nikki

Nikki, you can see your form. We cannot.

All I can guess is that there is an error in either the form's
Recordsource or in your code which is causing the form to come up with
a Recordsource which has no records (so you don't see existing data)
and is not updateable (so you don't see the "new record" either).

If you could post your code and the form's recordsource, someone might
have a chance to help fix it.

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

Similar Threads


Back
Top