P
Pete
The records in my database are made up of different hospitals. I have a form
that contains all the data needed for each hospital. A switchboard lets the
user select different groups of hospital - a macro then loads the form with a
different query. This works fine.
There is a combo box on the form which is used to navigate to a chosen
hospital. The problem I have is that it always contains every hospital in
the database rather than just the ones in the query the macro has run.
I suspect the property I need to change on the combo box is Row Source which
currently is static : it is currently SELECT etc etc FROM [ACCOUNTS QUERY1 -
ALL];
I have no idea how to make it dynamic ! Thanks in advance for any help.
that contains all the data needed for each hospital. A switchboard lets the
user select different groups of hospital - a macro then loads the form with a
different query. This works fine.
There is a combo box on the form which is used to navigate to a chosen
hospital. The problem I have is that it always contains every hospital in
the database rather than just the ones in the query the macro has run.
I suspect the property I need to change on the combo box is Row Source which
currently is static : it is currently SELECT etc etc FROM [ACCOUNTS QUERY1 -
ALL];
I have no idea how to make it dynamic ! Thanks in advance for any help.