First off, I'm using Dreamweaver and an Access db. Second, I'm a novice.
I have two tables in my db: "tdClients" & "tdClientInvoic es". The only relation/common denominator in each table is the field "ClientID". Once I log in I want display info from the both tables dependent on matching ClientID.
My table layout:
_tdClients
uid (autonumber)
ClientID (text)
UserName
PassWord
FName
LName
_tdClientInvoic es
uid
ClientID (text)
Invoice
InvoiceDate
Comments
How do I login and also display the clients invoices based upon ClientID?
I have two tables in my db: "tdClients" & "tdClientInvoic es". The only relation/common denominator in each table is the field "ClientID". Once I log in I want display info from the both tables dependent on matching ClientID.
My table layout:
_tdClients
uid (autonumber)
ClientID (text)
UserName
PassWord
FName
LName
_tdClientInvoic es
uid
ClientID (text)
Invoice
InvoiceDate
Comments
How do I login and also display the clients invoices based upon ClientID?
Comment