query change now no form view. How to refresh?

J

J@50N-5ALTR

Hey everyone,
I have modified a query (deleted it and changed several times) and now I
need to know why my form view yields no fields. I have dragged the new fields
from the updated query onto the design view, saved them, then nothing was
visible in form view. Any help would be great.
Cheers,
 
D

Duncan Bachen

J@50N-5ALTR said:
Hey everyone,
I have modified a query (deleted it and changed several times) and now I
need to know why my form view yields no fields. I have dragged the new fields
from the updated query onto the design view, saved them, then nothing was
visible in form view. Any help would be great.
Cheers,

Make sure that if you've changed the name of the query that you change
the underlying recordsource for the form. Additionally, if the names of
the fields have changed, you'll need to change the source for each of
your textboxes (comboboxes, etc)
 
Top