N
njcalugar
I am trying to modify an existing Access database/application to mak
HTTP call to a PHP script. I have successfully created a button on
form that causes the script to be called and the result displayed in
Microsoft Web Browser control.
Now I need to make the query string of the HTTP call more interesting
i.e. pass some variables to the PHP script. I have figured out how t
get the value out of a text box. That was easy. There is a Pulldow
control that is linked to a table in the database that allows you t
select a person by last name. If I get the value of the pulldow
control, I get the value of the ID field for that row in the database
So now that I know the ID of the selected person, how can I get othe
values from that row in the database. I'm assuming I need to make
query of some sort but I'm not a VB programmer and cannot figure ou
the syntax/sematics to query the database.
Thanks,
Nicholas Caluga
HTTP call to a PHP script. I have successfully created a button on
form that causes the script to be called and the result displayed in
Microsoft Web Browser control.
Now I need to make the query string of the HTTP call more interesting
i.e. pass some variables to the PHP script. I have figured out how t
get the value out of a text box. That was easy. There is a Pulldow
control that is linked to a table in the database that allows you t
select a person by last name. If I get the value of the pulldow
control, I get the value of the ID field for that row in the database
So now that I know the ID of the selected person, how can I get othe
values from that row in the database. I'm assuming I need to make
query of some sort but I'm not a VB programmer and cannot figure ou
the syntax/sematics to query the database.
Thanks,
Nicholas Caluga