S
SoniaC
I have a database with a table with "ID", "Part#", "On Hand Qty", "Part
Description", "Part Picture", "Weigth" and "Price" columns.
I created a Page with some of the table columns "Part#", "Part Description",
"Weigth" and "Price".
What I need to add in athat page a column with a [button1] that I can click
and go to another page with the Picture, and the rest of the information and
another [button2] that retrieve this same information to send somewhere
else.
I have the following instruction:
Create a select statement:
SELECT *
FROM YourTable
WHERE ID = vID
and then the code for the button.
But Don't know the rest of the page or where to put that code. I am not a
programer it is obvious, no? ;-)
Any help will be appreciated.
Description", "Part Picture", "Weigth" and "Price" columns.
I created a Page with some of the table columns "Part#", "Part Description",
"Weigth" and "Price".
What I need to add in athat page a column with a [button1] that I can click
and go to another page with the Picture, and the rest of the information and
another [button2] that retrieve this same information to send somewhere
else.
I have the following instruction:
Create a select statement:
SELECT *
FROM YourTable
WHERE ID = vID
and then the code for the button.
But Don't know the rest of the page or where to put that code. I am not a
programer it is obvious, no? ;-)
Any help will be appreciated.