query change now no form view. How to refresh?

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

Guest

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,
 
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)
 
Back
Top