G
Guest
I have a main form which is unbound and a subform which is bound. I make a
selection from a list box of the main form and i see records in subform. In
case that there aren't records, it runs an append query creating them with
null values in some of the fields which user can change later.
The problem is that when query creates records user must make the selection
again to see the records in subform. How can i refresh the subform
automatically?
I run command refresh through a macro but it says that the command or action
refresh isn't available.
selection from a list box of the main form and i see records in subform. In
case that there aren't records, it runs an append query creating them with
null values in some of the fields which user can change later.
The problem is that when query creates records user must make the selection
again to see the records in subform. How can i refresh the subform
automatically?
I run command refresh through a macro but it says that the command or action
refresh isn't available.