L
Leonard Priestley
I have made a simple database of equipment and want to provide a combo box
that enables the user to see only equipment of a particular model. The
technique of using a recordset clone and a bookmark to find the model only
supplies some of the required records. I assume I need to modify the record
source of the form and I have tried to use the combo box to modify the query
the form is using, or to provide an alternative query. I can't get this to
work. Presumably you can use VBA code to define a recordset and requery the
form's record source, but I can't figure out how to do it. Can someone
point me in the right direction please?
Leonard
that enables the user to see only equipment of a particular model. The
technique of using a recordset clone and a bookmark to find the model only
supplies some of the required records. I assume I need to modify the record
source of the form and I have tried to use the combo box to modify the query
the form is using, or to provide an alternative query. I can't get this to
work. Presumably you can use VBA code to define a recordset and requery the
form's record source, but I can't figure out how to do it. Can someone
point me in the right direction please?
Leonard