G
Gregh-apg
Need help.
I need a script to pull information out of a table. I will have the
record number I need to select the record. I need to pull the
information out and assign it to a text box. I will access it with
a command1 Button onclick event.
Example:
Table: Invoice
InvoiceID
CustomerID
CustomerName
Other....
Table: Customer
CustomerID
CustomerName
Contact
Phone
Address
other....
The data access page will have the InvoiceID,CustomerID,CustomerName
I want to pull the CustomerName from the customer table and put it
CustomerName
in the form.
Note: I don't want to use a dropdown List box
Please can someone help
I need a script to pull information out of a table. I will have the
record number I need to select the record. I need to pull the
information out and assign it to a text box. I will access it with
a command1 Button onclick event.
Example:
Table: Invoice
InvoiceID
CustomerID
CustomerName
Other....
Table: Customer
CustomerID
CustomerName
Contact
Phone
Address
other....
The data access page will have the InvoiceID,CustomerID,CustomerName
I want to pull the CustomerName from the customer table and put it
CustomerName
in the form.
Note: I don't want to use a dropdown List box
Please can someone help