Dynamic Printing of Values




Hi,

We have a combo box on our page, which gets populated via a MySQL
Query.

What we want to do is to print the values on the page in a table that
correspond the to selection from the combo box without a page refresh.

I assume that I'll need to query ALL the needed values from the
database and store them in an array. Drawing the combo box is not a
problem. But, once a selection is made, how do I print the values to
the page?

I'm assuming an 'on change' events needs to be attached to the box,
but, it is not a form, so, there would not be any submit to the
server. How do we print the values from the selection made? Would it
have to be javascript rather than PHP.

If yes, I'll go post there.....

John.
.



Relevant Pages

  • RE: Designing Query - Help Please ASAP
    ... Paste the above SQL into a new blank query in SQL view and save it while ... "tmdrake" wrote: ... "Ken Sheridan" wrote: ... If I make a selection in the ProjectID box = then the subform will ...
    (microsoft.public.access.queries)
  • RE: Code using list box and multi select option
    ... OK I understand you make a selection in your query that refers to a field on ... once in using the filter in the code. ... Dim strFltr As String ...
    (microsoft.public.access.formscoding)
  • RE: Code using list box and multi select option
    ... I assume you have other selection criteria in the query that also point to ... In your original code, you only had 1 query, the one I told you to change to ... You can simply resolve this by applying the same filter to those reports. ...
    (microsoft.public.access.formscoding)
  • RE: Code using list box and multi select option
    ... the field to just open the query without a selection and use a filter to ... a filter wouldn't work for these purposes. ... OK I understand you make a selection in your query that refers to a field on ... Dim strFltr As String ...
    (microsoft.public.access.formscoding)
  • Re: VB-ADO-SQL Server : SQL Server performs logins after some queries
    ... If you have some joins or WHERE clause in your statement, ... Also try to minimize selection of the records using WHERE ... Incase of actual action query, ... >> of queries and I've concluded that in case of an internet conection the ...
    (microsoft.public.vb.database.ado)