I have database which consist two tables
1. Client Details
2. Billing
1st table contains following fields
a. Client ID
b. Client Name
c. Address
2nd table contains following fields
a. Client ID
b. Client Name
c. Address
d. Description of Service
e. Date
f. Amount
My query is,
if i just enter client id in my billing table, the remaining data related to client fill automatically as same as in client table
1. Client Details
2. Billing
1st table contains following fields
a. Client ID
b. Client Name
c. Address
2nd table contains following fields
a. Client ID
b. Client Name
c. Address
d. Description of Service
e. Date
f. Amount
My query is,
if i just enter client id in my billing table, the remaining data related to client fill automatically as same as in client table