Query and subform

  • Thread starter Thread starter Lat
  • Start date Start date
L

Lat

I'll start off by saying I'm pretty new to this database programming
stuff. The problem I'm running into is, I currently have a form where
a user can input data for a search (real estate listing info) based on
several parameters. I got the query working and it's fine, but now I
want the output to be displayed in a subform. But right now, it's
displaying in the usual popup window. Now, when I open the form, the
subform automatically displays all the records (which isn't a big deal
right now, but might be later, if the database gets too big). But when
I run a search, the subform doesn't update and all I get is a popup
window. I've set the control sources for each of the text boxes on the
sub form and the record source on the subform itself. What else do I
need to do or what am I doing wrong?

Thanks
 
Update. I still get the query popup. But if I close that window and
then scroll through the subform, the subform updates. If I don't do
this, precisely, the subform does not update.
 
Back
Top